This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump $File::Spec::*::VERSION
[perl5.git] / dist / PathTools / lib / File / Spec / VMS.pm
index a99b4a4..a97a73e 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use Cwd ();
 require File::Spec::Unix;
 
-our $VERSION = '3.75';
+our $VERSION = '3.76';
 $VERSION =~ tr/_//d;
 
 our @ISA = qw(File::Spec::Unix);