The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.012 - 2013-02-20

  • REMOVED
    • The 'remove' function no longer works on directories. The new 'remove_tree' method should be used instead.
  • CHANGED
    • path() now requires a defined, positive-length argument to keep you safe from subtle bugs in your code that pass an undef or empty argument to path suddenly having you operating in the current directory.
  • ADDED
    • Added Path::Tiny->cwd as a constructor to give an absolute path to the current working directory
    • Added 'remove_tree' as a method for recursively removing a directory

Modules

File path utility