diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-05-26 13:30:36 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-05-26 13:30:36 -0700 |
commit | 44b39b705cb2e98a872f709c7d92d25c16ea792a (patch) | |
tree | 55f0205c0278b4efe63acdafc49144918b54c417 | |
parent | 593dacfb29387de8197b6010886993f5bfd9f041 (diff) | |
download | perl-44b39b705cb2e98a872f709c7d92d25c16ea792a.tar.gz |
Increase $File::Spec::Unix::VERSION to 3.39_03
-rw-r--r-- | dist/Cwd/lib/File/Spec/Unix.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Cwd/lib/File/Spec/Unix.pm b/dist/Cwd/lib/File/Spec/Unix.pm index 97928e2d09..133f6375f2 100644 --- a/dist/Cwd/lib/File/Spec/Unix.pm +++ b/dist/Cwd/lib/File/Spec/Unix.pm @@ -3,7 +3,7 @@ package File::Spec::Unix; use strict; use vars qw($VERSION); -$VERSION = '3.39_02'; +$VERSION = '3.39_03'; $VERSION =~ tr/_//; =head1 NAME |