diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:25:26 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:25:26 -0500 |
commit | b75b3693cb83fbbd51fc7c866dcfec8d6a0e17d9 (patch) | |
tree | a26c55875754ef7be68e717fee304619ec628500 | |
parent | 6f0dc4234db56dbeb84882f5002ed38f49542de9 (diff) | |
download | perl-b75b3693cb83fbbd51fc7c866dcfec8d6a0e17d9.tar.gz |
Bumped Cwd and File::Spec versions for release per cmpVERSION.pl
-rw-r--r-- | dist/Cwd/Cwd.pm | 2 | ||||
-rw-r--r-- | dist/Cwd/lib/File/Spec/Mac.pm | 2 | ||||
-rw-r--r-- | dist/Cwd/lib/File/Spec/VMS.pm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dist/Cwd/Cwd.pm b/dist/Cwd/Cwd.pm index 884ba73160..4683e103b8 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.35'; +$VERSION = '3.36'; my $xs_version = $VERSION; $VERSION = eval $VERSION; diff --git a/dist/Cwd/lib/File/Spec/Mac.pm b/dist/Cwd/lib/File/Spec/Mac.pm index ca2260d652..f47293cb2d 100644 --- a/dist/Cwd/lib/File/Spec/Mac.pm +++ b/dist/Cwd/lib/File/Spec/Mac.pm @@ -4,7 +4,7 @@ use strict; use vars qw(@ISA $VERSION); require File::Spec::Unix; -$VERSION = '3.33'; +$VERSION = '3.34'; $VERSION = eval $VERSION; @ISA = qw(File::Spec::Unix); diff --git a/dist/Cwd/lib/File/Spec/VMS.pm b/dist/Cwd/lib/File/Spec/VMS.pm index efa36abdac..120575a3e0 100644 --- a/dist/Cwd/lib/File/Spec/VMS.pm +++ b/dist/Cwd/lib/File/Spec/VMS.pm @@ -4,7 +4,7 @@ use strict; use vars qw(@ISA $VERSION); require File::Spec::Unix; -$VERSION = '3.33'; +$VERSION = '3.34'; $VERSION = eval $VERSION; @ISA = qw(File::Spec::Unix); |