diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-10-12 15:07:17 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-10-12 15:07:17 +0000 |
commit | c1e8580e8ecd78fc1f67b0caa695b9884a700d93 (patch) | |
tree | 116204a5f1cbb61c5810b61f38b0c479d3ffb302 /ext/Cwd | |
parent | 7446b2eb9aec0607a1f998085f2e7dc809540822 (diff) | |
download | perl-c1e8580e8ecd78fc1f67b0caa695b9884a700d93.tar.gz |
Upgrade to PathTools-3.23.
p4raw-id: //depot/perl@29004
Diffstat (limited to 'ext/Cwd')
-rw-r--r-- | ext/Cwd/Changes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/Cwd/Changes b/ext/Cwd/Changes index 9fb4260489..073b3142e8 100644 --- a/ext/Cwd/Changes +++ b/ext/Cwd/Changes @@ -1,5 +1,12 @@ Revision history for Perl distribution PathTools. + - 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 + path, like C:foo.txt . This bug had impact in rel2abs() on Win32 + too. + +3.22 - Mon Oct 9 21:50:52 2006 - Fixed the t/crossplatform.t test on Win32 (and possibly other volume-aware platforms) now that rel2abs() always adds a drive |