diff options
author | Steve Peters <steve@fisharerojo.org> | 2005-12-28 03:27:13 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2005-12-28 03:27:13 +0000 |
commit | 6a288e044b9e7ec704a0ff87485b0c15610869fd (patch) | |
tree | f5bae0f40d7979c4c36210b19622ab7dd84c7171 /lib/Cwd.pm | |
parent | fa6eee5ae7df0ed232a4efff3a72fda8726cb1b2 (diff) | |
download | perl-6a288e044b9e7ec704a0ff87485b0c15610869fd.tar.gz |
Upgrade to PathTools-3.15
p4raw-id: //depot/perl@26508
Diffstat (limited to 'lib/Cwd.pm')
-rw-r--r-- | lib/Cwd.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Cwd.pm b/lib/Cwd.pm index 693d888148..b6f0a2ad2e 100644 --- a/lib/Cwd.pm +++ b/lib/Cwd.pm @@ -171,7 +171,7 @@ use strict; use Exporter; use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION); -$VERSION = '3.14_02'; +$VERSION = '3.15'; @ISA = qw/ Exporter /; @EXPORT = qw(cwd getcwd fastcwd fastgetcwd); |