This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PathTools/Cwd.xs: define SYSNAME/SYSNAME_LEN for OS390 only
[perl5.git] / dist / PathTools / lib / File / Spec / Mac.pm
index 34dc67c..f47432e 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use Cwd ();
 require File::Spec::Unix;
 
-our $VERSION = '3.85';
+our $VERSION = '3.86';
 $VERSION =~ tr/_//d;
 
 our @ISA = qw(File::Spec::Unix);