diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-10-06 20:02:48 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-10-06 20:02:48 +0000 |
commit | 110c90cc4fbd0539c76efe20ae7302af29840848 (patch) | |
tree | 94baec8b392ef568cb4c691e383aedcf1b296451 /lib/Cwd.pm | |
parent | 4cc0ca1820795147dd27e5805c8227de0ebaace3 (diff) | |
download | perl-110c90cc4fbd0539c76efe20ae7302af29840848.tar.gz |
Upgrade to PathTools-3.21
p4raw-id: //depot/perl@28948
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 1a85d673f7..1a1fd60877 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.19'; +$VERSION = '3.21'; @ISA = qw/ Exporter /; @EXPORT = qw(cwd getcwd fastcwd fastgetcwd); |