Revision history for Path-Class-Tiny 0.07 2025-12-14 04:21:31-08:00 America/Los_Angeles [New Features] * `slurp` now supports `chomp` in scalar context 0.06 2021-11-05 00:00:55-07:00 America/Los_Angeles [New Features] * `tempdir` works and is exported 0.05 2021-01-22 18:45:17-08:00 America/Los_Angeles [New Features] * `tempfile` works now, and is exported * `dirname` is now just an alias for `parent` 0.04 2018-07-23 03:34:07-07:00 America/Los_Angeles [Bug Fixes] * `children` is returning the proper class now [New Features] * `cwd` is an export now * `copy_to` and `move_to` work now * limited integration with Date::Easy: * can send `touch` a datetime object * new method: `mtime` (returns a datetime object) 0.03 2018-05-31 14:57:25-07:00 America/Los_Angeles [Bug Fixes] * `realpath` is returning the proper class now [Distro Fixes] * try get CPAN Testers to quit whining about Test::Differences * add more POD so I can re-enable extra tests * better unit test separation for tests that require symlinks (GitHub #2) thanks manwar! 0.02 2018-05-29 19:24:08-07:00 America/Los_Angeles [Bug Fixes] * `parent` is returning the proper class now [New Features] * `dir_list` works now * `components` works (just an alias for `dir_list`, really) [Distro Fixes] * stop trying to make symlinks on Windows (GitHub #1) thanks manwar! * minor tweaks to POD * more unit tests 0.01 2018-05-26 03:47:15-07:00 America/Los_Angeles [Initial Version] * Path::Class::Tiny isa Path::Tiny * `dir` and `file` => `path` * `parent` and `child` return proper class * some simple mappings: `dir` => `parent`, `subdir` => `child`, `rmtree` => `remove_tree` * a few minor things working: `cleanup`, `open`, `slurp`, `spew`, `next` * two (hacked up) unit tests from Path::Class (mostly) passing * basic POD added * NEW METHOD: `ef` (works like `-ef` in bash)