This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump version of POSIX.pm to 1.83; warnings to 1.42
authorKarl Williamson <khw@cpan.org>
Fri, 2 Mar 2018 19:30:09 +0000 (12:30 -0700)
committerKarl Williamson <khw@cpan.org>
Fri, 2 Mar 2018 19:35:42 +0000 (12:35 -0700)
These were made using the old version number, and the error was not
caught, because of the lateness in getting 5.27.9 tagged

ext/POSIX/lib/POSIX.pm
lib/warnings.pm
regen/warnings.pl

index 8f61f6e..a05ec02 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 
 our ($AUTOLOAD, %SIGRT);
 
-our $VERSION = '1.82';
+our $VERSION = '1.83';
 
 require XSLoader;
 
index af23f90..afb7934 100644 (file)
@@ -5,7 +5,7 @@
 
 package warnings;
 
-our $VERSION = "1.41";
+our $VERSION = "1.42";
 
 # Verify that we're called correctly so that warnings will work.
 # Can't use Carp, since Carp uses us!
index abc10d2..9c10f69 100644 (file)
@@ -16,7 +16,7 @@
 #
 # This script is normally invoked from regen.pl.
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 BEGIN {
     require './regen/regen_lib.pl';