The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Path-Class-Tiny

0.02_01   2018-05-30 03:14:26-07:00 America/Los_Angeles (TRIAL RELEASE)

    [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

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)
    * 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)