diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-08-27 16:59:02 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-08-27 16:59:02 +0000 |
commit | 9596c75cf25afc08d6274085fe826f0f50fd6c98 (patch) | |
tree | d9d6083d6827fb2ad571587cc1de6ff9f59d4cce /ext | |
parent | e47f548c093b350361bd9e0cca5bdad7db4d9aff (diff) | |
download | perl-9596c75cf25afc08d6274085fe826f0f50fd6c98.tar.gz |
Upgrade to PathTools 3.10
p4raw-id: //depot/perl@25334
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Cwd/Changes | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/Cwd/Changes b/ext/Cwd/Changes index 0f5d532198..8155127ae2 100644 --- a/ext/Cwd/Changes +++ b/ext/Cwd/Changes @@ -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 |