diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-11-23 03:09:08 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-11-23 03:09:08 +0000 |
commit | e9475de8c2ea6600ed3517594b1793ffd3a89f27 (patch) | |
tree | f9ef3dc4cd8ef37c4833e4d0a103ac2ac6ea1684 /ext/Cwd | |
parent | d6a9eb89513c8810816fb51d1ad3f1e7f7ad29ff (diff) | |
download | perl-e9475de8c2ea6600ed3517594b1793ffd3a89f27.tar.gz |
Upgrade to PathTools-3.24.
p4raw-id: //depot/perl@29356
Diffstat (limited to 'ext/Cwd')
-rw-r--r-- | ext/Cwd/Changes | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ext/Cwd/Changes b/ext/Cwd/Changes index 073b3142e8..e7b54a7dd6 100644 --- a/ext/Cwd/Changes +++ b/ext/Cwd/Changes @@ -1,5 +1,18 @@ Revision history for Perl distribution PathTools. + - Fixed a bug in the $ENV{PWD}-updating of Cwd::chdir() when a + dirhandle is passed in. [Steve Peters] + + - Add perl 5.005 to the list of requirements in the + Build.PL/Makefile.PL/META.yml. + + - Add ExtUtils::CBuilder to the list of build_requires in Build.PL. + + - Improved performance of canonpath() on Unix-ish platforms - on my + OS X laptop it looks like it's about twice as fast. [Ruslan Zakirov] + +3.23 - Wed Oct 11 12:11:25 2006 + - Yet more Win32 fixes (sigh... seems like I'm fighting a neverending waterbed...). This time, fixed file_name_is_absolute() to know what it's doing when the path includes a volume but a relative |