Upgrade to PathTools 3.10
[p5sagit/p5-mst-13.2.git] / ext / Cwd / Changes
index 0f5d532..8155127 100644 (file)
@@ -1,5 +1,16 @@
 Revision history for Perl distribution PathTools.
 
+3.10  Thu Aug 25 22:24:57 CDT 2005
+
+ - eliminate_macros() and fixpath() in File::Spec::VMS are now
+   deprecated, since they are MakeMaker-specific and now live inside
+   MakeMaker. [Michael Schwern]
+
+ - canonpath() on Win32 now collapses foo/.. (or foo\..) sections
+   correctly, rather than doing the "misguided" work it was previously
+   doing.  Note that canonpath() on Unix still does NOT collapse these
+   sections, as doing so would be incorrect.  [Michael Schwern]
+
 3.09  Tue Jun 14 20:36:50 CDT 2005
 
  - Added some block delimiters (brackets) in the Perl_getcwd_sv() XS