diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-08-27 16:59:02 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-08-27 16:59:02 +0000 |
commit | 9596c75cf25afc08d6274085fe826f0f50fd6c98 (patch) | |
tree | d9d6083d6827fb2ad571587cc1de6ff9f59d4cce /lib/Cwd.pm | |
parent | e47f548c093b350361bd9e0cca5bdad7db4d9aff (diff) | |
download | perl-9596c75cf25afc08d6274085fe826f0f50fd6c98.tar.gz |
Upgrade to PathTools 3.10
p4raw-id: //depot/perl@25334
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 18f4b652f4..c00dbc5f69 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.09'; +$VERSION = '3.10'; @ISA = qw/ Exporter /; @EXPORT = qw(cwd getcwd fastcwd fastgetcwd); |