diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-02-03 22:31:38 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-02-03 22:31:38 -0800 |
commit | 37f886e43e8edc1c69e8eed2400928bf959cc7e7 (patch) | |
tree | 7b12a5a61ba6a8dd6a601706891e904b215b9aab | |
parent | cdce0d84229946d4570d542b72b188f62c26a6d3 (diff) | |
download | perl-37f886e43e8edc1c69e8eed2400928bf959cc7e7.tar.gz |
Increase $Cwd::VERSION to 3.39_02
-rw-r--r-- | dist/Cwd/Cwd.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Cwd/Cwd.pm b/dist/Cwd/Cwd.pm index 83ddae9f8d..a48d20547f 100644 --- a/dist/Cwd/Cwd.pm +++ b/dist/Cwd/Cwd.pm @@ -171,7 +171,7 @@ use strict; use Exporter; use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION); -$VERSION = '3.39_01'; +$VERSION = '3.39_02'; my $xs_version = $VERSION; $VERSION =~ tr/_//; |