diff options
author | Steve Peters <steve@fisharerojo.org> | 2005-10-09 14:51:12 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2005-10-09 14:51:12 +0000 |
commit | daee519f495809ae063fbab716cf4f57acd78c97 (patch) | |
tree | 3d1ebeface20b1eb0a4214e34927bfce71073974 /lib | |
parent | 77263263f2dcc1d77fff24405b11002b13929822 (diff) | |
download | perl-daee519f495809ae063fbab716cf4f57acd78c97.tar.gz |
Missed files in upgrading modules. Grrrr
p4raw-id: //depot/perl@25717
Diffstat (limited to 'lib')
-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 23cf924f58..8d25af9f7c 100644 --- a/lib/Cwd.pm +++ b/lib/Cwd.pm @@ -170,7 +170,7 @@ use strict; use Exporter; use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION); -$VERSION = '3.11'; +$VERSION = '3.12'; @ISA = qw/ Exporter /; @EXPORT = qw(cwd getcwd fastcwd fastgetcwd); |