diff options
author | Steffen Mueller <smueller@cpan.org> | 2013-01-16 07:40:23 +0100 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2013-01-16 07:40:23 +0100 |
commit | d10039d75d8a2d685b606c997148e46e55dec3a5 (patch) | |
tree | 7ede7c15c55c7ebef88c895f1c3fc35dd7da84e4 /dist/Cwd/lib/File/Spec/VMS.pm | |
parent | 2fde845cf78166ec653866936e509d37d09fb0c2 (diff) | |
download | perl-d10039d75d8a2d685b606c997148e46e55dec3a5.tar.gz |
Cwd/File::Spec version bump to 3.40
Diffstat (limited to 'dist/Cwd/lib/File/Spec/VMS.pm')
-rw-r--r-- | dist/Cwd/lib/File/Spec/VMS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Cwd/lib/File/Spec/VMS.pm b/dist/Cwd/lib/File/Spec/VMS.pm index 1ababbf135..6af1ac0b3d 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.39_02'; +$VERSION = '3.40'; $VERSION =~ tr/_//; @ISA = qw(File::Spec::Unix); |