Pull PathTools 3.30 (which was just a blead sync.)
[p5sagit/p5-mst-13.2.git] / lib / File / Spec / Cygwin.pm
index b3241c2..050a1bb 100644 (file)
@@ -4,7 +4,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);