This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Pull PathTools 3.30 (which was just a blead sync.)
[perl5.git] / lib / File / Spec / VMS.pm
index 07a78dc..34b592a 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use vars qw(@ISA $VERSION);
 require File::Spec::Unix;
 
-$VERSION = '3.29_1';
+$VERSION = '3.30';
 $VERSION = eval $VERSION;
 
 @ISA = qw(File::Spec::Unix);