Changes for version 0.01 - 2018-05-26
- 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)
Modules
a Path::Tiny wrapper for Path::Class compatibility