diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-10-19 10:23:11 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-10-19 10:23:11 +0000 |
commit | 486bcc50ba13b9bb0f294f39e26e6e0d78f5f1fe (patch) | |
tree | c408d2b20b5aaf9bf9a25827f8136478a75fdeca /lib/Cwd.pm | |
parent | 444c2e40cd0ea36b829c3148c73f26229f0ec7aa (diff) | |
download | perl-486bcc50ba13b9bb0f294f39e26e6e0d78f5f1fe.tar.gz |
Upgrade PathTools to 3.28_01
p4raw-id: //depot/perl@34514
Diffstat (limited to 'lib/Cwd.pm')
-rw-r--r-- | lib/Cwd.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Cwd.pm b/lib/Cwd.pm index b93c003612..f00072b5c8 100644 --- a/lib/Cwd.pm +++ b/lib/Cwd.pm @@ -171,7 +171,8 @@ use strict; use Exporter; use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION); -$VERSION = '3.2701'; +$VERSION = '3.28_01'; +$VERSION = eval $VERSION; @ISA = qw/ Exporter /; @EXPORT = qw(cwd getcwd fastcwd fastgetcwd); |