summaryrefslogtreecommitdiff
path: root/ext/Cwd
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2004-07-15 16:28:03 +0000
committerNicholas Clark <nick@ccl4.org>2004-07-15 16:28:03 +0000
commit7ada78df9739acac44e6c9a8f1e08c978571e2a0 (patch)
tree5782eb795f1e9812e9b13c7e4fb229c8f26aabf7 /ext/Cwd
parent96466a21cd037417fedfaff143bfd5f0e48e0d75 (diff)
downloadperl-7ada78df9739acac44e6c9a8f1e08c978571e2a0.tar.gz
Assimilate Cwd 2.19
p4raw-id: //depot/perl@23118
Diffstat (limited to 'ext/Cwd')
-rw-r--r--ext/Cwd/Changes5
-rw-r--r--ext/Cwd/t/cwd.t3
2 files changed, 6 insertions, 2 deletions
diff --git a/ext/Cwd/Changes b/ext/Cwd/Changes
index 68d85ca748..f6974b8161 100644
--- a/ext/Cwd/Changes
+++ b/ext/Cwd/Changes
@@ -1,5 +1,10 @@
Revision history for Perl extension Cwd.
+2.19 Thu Jul 15 08:32:18 CDT 2004
+
+ - The abs_path($arg) fix from 2.18 didn't work for VMS, now it's
+ fixed there. [Craig Berry]
+
2.18 Thu Jun 24 08:22:57 CDT 2004
- Fixed a problem in which abs_path($arg) on some platforms could
diff --git a/ext/Cwd/t/cwd.t b/ext/Cwd/t/cwd.t
index 8064346464..52427e648c 100644
--- a/ext/Cwd/t/cwd.t
+++ b/ext/Cwd/t/cwd.t
@@ -3,7 +3,7 @@
BEGIN {
chdir 't' if -d 't';
if ($ENV{PERL_CORE}) {
- @INC = '../lib';
+ @INC = '../lib';
}
}
use Cwd;
@@ -185,4 +185,3 @@ sub path_ends_with {
my $bracketed_expect = quotemeta bracketed_form_path($expect);
like( bracketed_form_path($dir), qr|$bracketed_expect$|i, (@_ ? shift : ()) );
}
-