In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/d8255c827dc80db97c8439ea38afc130902a7c1e?hp=90fe04894e1509f4c8efa9a2ba4f01d295d9634c>

- Log -----------------------------------------------------------------
commit d8255c827dc80db97c8439ea38afc130902a7c1e
Author: Karl Williamson <k...@cpan.org>
Date:   Fri Mar 2 12:30:09 2018 -0700

    Bump version of POSIX.pm to 1.83; warnings to 1.42
    
    These were made using the old version number, and the error was not
    caught, because of the lateness in getting 5.27.9 tagged

-----------------------------------------------------------------------

Summary of changes:
 ext/POSIX/lib/POSIX.pm | 2 +-
 lib/warnings.pm        | 2 +-
 regen/warnings.pl      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ext/POSIX/lib/POSIX.pm b/ext/POSIX/lib/POSIX.pm
index 8f61f6ede9..a05ec02be2 100644
--- a/ext/POSIX/lib/POSIX.pm
+++ b/ext/POSIX/lib/POSIX.pm
@@ -4,7 +4,7 @@ use warnings;
 
 our ($AUTOLOAD, %SIGRT);
 
-our $VERSION = '1.82';
+our $VERSION = '1.83';
 
 require XSLoader;
 
diff --git a/lib/warnings.pm b/lib/warnings.pm
index af23f909b7..afb7934ab5 100644
--- a/lib/warnings.pm
+++ b/lib/warnings.pm
@@ -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!
diff --git a/regen/warnings.pl b/regen/warnings.pl
index abc10d2949..9c10f69464 100644
--- a/regen/warnings.pl
+++ b/regen/warnings.pl
@@ -16,7 +16,7 @@
 #
 # This script is normally invoked from regen.pl.
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 BEGIN {
     require './regen/regen_lib.pl';

-- 
Perl5 Master Repository

Reply via email to