Increase $File::Spec::Win32::VERSION to 3.42
authorFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 02:06:56 +0000 (19:06 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 05:11:46 +0000 (22:11 -0700)
dist/Cwd/lib/File/Spec/Win32.pm

index 304ef89..5cc8693 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use vars qw(@ISA $VERSION);
 require File::Spec::Unix;
 
-$VERSION = '3.41';
+$VERSION = '3.42';
 $VERSION =~ tr/_//;
 
 @ISA = qw(File::Spec::Unix);