Pull PathTools 3.30 (which was just a blead sync.)
[p5sagit/p5-mst-13.2.git] / lib / File / Spec / Win32.pm
index 692dcbc..93301ac 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use vars qw(@ISA $VERSION);
 require File::Spec::Unix;
 
-$VERSION = '3.29';
+$VERSION = '3.30';
 $VERSION = eval $VERSION;
 
 @ISA = qw(File::Spec::Unix);