diff options
author | Nicholas Clark <nick@ccl4.org> | 2003-12-27 17:50:34 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-12-27 17:50:34 +0000 |
commit | 4fdb5a70f63a1d6604e29575f02327446e68127f (patch) | |
tree | 7b2febc8106bc214eead61efd6e8c00919175760 /lib/File | |
parent | e19eb3c1189f80471d9e8bc1bac9bafb84e853ef (diff) | |
download | perl-4fdb5a70f63a1d6604e29575f02327446e68127f.tar.gz |
Assimilate File::Spec 0.87
p4raw-id: //depot/perl@21974
Diffstat (limited to 'lib/File')
-rw-r--r-- | lib/File/Spec.pm | 2 | ||||
-rw-r--r-- | lib/File/Spec/t/Spec.t | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/File/Spec.pm b/lib/File/Spec.pm index a0f5752a0b..b5f56d0ad7 100644 --- a/lib/File/Spec.pm +++ b/lib/File/Spec.pm @@ -3,7 +3,7 @@ package File::Spec; use strict; use vars qw(@ISA $VERSION); -$VERSION = '0.86'; +$VERSION = '0.87'; my %module = (MacOS => 'Mac', MSWin32 => 'Win32', diff --git a/lib/File/Spec/t/Spec.t b/lib/File/Spec/t/Spec.t index 182daf1da8..1c2dd6a171 100644 --- a/lib/File/Spec/t/Spec.t +++ b/lib/File/Spec/t/Spec.t @@ -224,7 +224,7 @@ if ($^O eq 'MacOS') { [ "Win32->canonpath('\\..\\')", '\\' ], [ "Win32->canonpath('/../')", '\\' ], [ "Win32->canonpath('/..\\')", '\\' ], -[ "Win32->can('_cwd')", qr/CODE/ ], +[ "Win32->can('_cwd')", '/CODE/' ], # FakeWin32 subclass (see below) just sets CWD to C:\one\two |