The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Path::Class.

0.04  Thu Jan  1 22:47:18 CST 2004

 - Added several useful methods for interacting with the filesystem,
   such as $file->open(), or $dir->mkpath().  See t/03-filesystem.t
   for more details. (XXX needs documentation)

 - file() and dir() are now exported by default when loading
   Path::Class. [Michael Schwern]

 - Fixed a problem that happened when interacting with the File::Spec
   that comes with perl 5.6.0.  Names weren't being stringified
   properly. [Michael Schwern]

 - Fixed a test failure on Win32 (from line 71 of t/01-basic.t).
  [reported by Murat Ünalan]

 - Rewrote general description of Path::Class in the documentation
   [suggested by Joshua Keroes]

0.03  Wed Jul  9 09:32:52 CDT 2003

 - D'oh!  Forgot to add the t/02-foreign.t test to the MANIFEST.

 - The way I was faking out File::Spec to pretend it's on a Unix
   system during testing wasn't working.  [Reported by DH]

0.02  Tue Jul  8 14:51:24 CDT 2003

 - Added the capability to work with paths from other systems, see
   'foreign' in the docs.

 - Now depends on File::Spec::Mac 1.3, since 1.2 was pretty broken.

 - relative() and absolute() methods can now take an optional argument
   to use as the base of relativity.

0.01  Wed Mar 12 18:17:04 CST 2003

 - original version; created by h2xs 1.21 with options
   -XA -n Path::Class