This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PathTools: fix Pod::Checker warning for pod
[perl5.git] / dist / PathTools / lib / File / Spec / Unix.pm
index 3916a11..4fb58d0 100644 (file)
@@ -3,7 +3,7 @@ package File::Spec::Unix;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '3.63';
+$VERSION = '3.64';
 my $xs_version = $VERSION;
 $VERSION =~ tr/_//d;