summaryrefslogtreecommitdiff
path: root/ext/Cwd
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-10-10 14:05:52 +0000
committerSteve Peters <steve@fisharerojo.org>2006-10-10 14:05:52 +0000
commit81a4c762684cf629f6e7986fe1827ecd2af35ba2 (patch)
treed5012988fe9e180fea74743ce44780187ff64036 /ext/Cwd
parent9fd310093839dd0c2fbbb509e9480f73f3eb736d (diff)
downloadperl-81a4c762684cf629f6e7986fe1827ecd2af35ba2.tar.gz
Update to PathTools-3.22.
p4raw-id: //depot/perl@28983
Diffstat (limited to 'ext/Cwd')
-rw-r--r--ext/Cwd/Changes7
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/Cwd/Changes b/ext/Cwd/Changes
index 34c6fc568e..9fb4260489 100644
--- a/ext/Cwd/Changes
+++ b/ext/Cwd/Changes
@@ -1,6 +1,11 @@
Revision history for Perl distribution PathTools.
-3.21 Wed Oct 4 21:13:21 CDT 2006
+
+ - Fixed the t/crossplatform.t test on Win32 (and possibly other
+ volume-aware platforms) now that rel2abs() always adds a drive
+ letter. [Reported by several parties]
+
+3.21 - Wed Oct 4 21:16:43 2006
- Added a bunch of X<> tags to the File::Spec docs to help
podindex. [Gabor Szabo]