Skip to content

Commit

Permalink
Assimilate Cwd 2.19
Browse files Browse the repository at this point in the history
p4raw-id: //depot/perl@23118
  • Loading branch information
nwc10 committed Jul 15, 2004
1 parent 96466a2 commit 7ada78d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ext/Cwd/Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions ext/Cwd/t/cwd.t
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
BEGIN {
chdir 't' if -d 't';
if ($ENV{PERL_CORE}) {
@INC = '../lib';
@INC = '../lib';
}
}
use Cwd;
Expand Down Expand Up @@ -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 : ()) );
}

2 changes: 1 addition & 1 deletion lib/Cwd.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Cwd;
$VERSION = $VERSION = '2.18';
$VERSION = $VERSION = '2.19';

=head1 NAME
Expand Down

0 comments on commit 7ada78d

Please sign in to comment.