This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump version numbers for PathTools to 3.79
authorDavid Mitchell <davem@iabyn.com>
Mon, 26 Oct 2020 15:13:29 +0000 (15:13 +0000)
committerDavid Mitchell <davem@iabyn.com>
Fri, 30 Oct 2020 20:05:39 +0000 (20:05 +0000)
dist/PathTools/Cwd.pm
dist/PathTools/lib/File/Spec.pm
dist/PathTools/lib/File/Spec/AmigaOS.pm
dist/PathTools/lib/File/Spec/Cygwin.pm
dist/PathTools/lib/File/Spec/Epoc.pm
dist/PathTools/lib/File/Spec/Functions.pm
dist/PathTools/lib/File/Spec/Mac.pm
dist/PathTools/lib/File/Spec/OS2.pm
dist/PathTools/lib/File/Spec/Unix.pm
dist/PathTools/lib/File/Spec/VMS.pm

index 9b173c2..ce0f25f 100644 (file)
@@ -3,7 +3,7 @@ use strict;
 use Exporter;
 
 
-our $VERSION = '3.78';
+our $VERSION = '3.79';
 my $xs_version = $VERSION;
 $VERSION =~ tr/_//d;
 
index 7fe3272..732746d 100644 (file)
@@ -2,7 +2,7 @@ package File::Spec;
 
 use strict;
 
-our $VERSION = '3.78';
+our $VERSION = '3.79';
 $VERSION =~ tr/_//d;
 
 my %module = (
index 2b7d18a..0d3c9a5 100644 (file)
@@ -3,7 +3,7 @@ package File::Spec::AmigaOS;
 use strict;
 require File::Spec::Unix;
 
-our $VERSION = '3.78';
+our $VERSION = '3.79';
 $VERSION =~ tr/_//d;
 
 our @ISA = qw(File::Spec::Unix);
index d44ced3..591af63 100644 (file)
@@ -3,7 +3,7 @@ package File::Spec::Cygwin;
 use strict;
 require File::Spec::Unix;
 
-our $VERSION = '3.78';
+our $VERSION = '3.79';
 $VERSION =~ tr/_//d;
 
 our @ISA = qw(File::Spec::Unix);
index b611cd9..4b8a17f 100644 (file)
@@ -2,7 +2,7 @@ package File::Spec::Epoc;
 
 use strict;
 
-our $VERSION = '3.78';
+our $VERSION = '3.79';
 $VERSION =~ tr/_//d;
 
 require File::Spec::Unix;
index 3f617bd..fda2e95 100644 (file)
@@ -3,7 +3,7 @@ package File::Spec::Functions;
 use File::Spec;
 use strict;
 
-our $VERSION = '3.78';
+our $VERSION = '3.79';
 $VERSION =~ tr/_//d;
 
 require Exporter;
index d920d2f..504d0ce 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use Cwd ();
 require File::Spec::Unix;
 
-our $VERSION = '3.78';
+our $VERSION = '3.79';
 $VERSION =~ tr/_//d;
 
 our @ISA = qw(File::Spec::Unix);
index 603781a..fd7bc7f 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use Cwd ();
 require File::Spec::Unix;
 
-our $VERSION = '3.78';
+our $VERSION = '3.79';
 $VERSION =~ tr/_//d;
 
 our @ISA = qw(File::Spec::Unix);
index 6749e60..2221587 100644 (file)
@@ -3,7 +3,7 @@ package File::Spec::Unix;
 use strict;
 use Cwd ();
 
-our $VERSION = '3.78';
+our $VERSION = '3.79';
 $VERSION =~ tr/_//d;
 
 =head1 NAME
index 6c20fb1..174dd22 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use Cwd ();
 require File::Spec::Unix;
 
-our $VERSION = '3.78';
+our $VERSION = '3.79';
 $VERSION =~ tr/_//d;
 
 our @ISA = qw(File::Spec::Unix);