This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
lib/warnings.pm: Bump version to 1.43
authorKarl Williamson <khw@cpan.org>
Sun, 22 Jul 2018 15:44:49 +0000 (09:44 -0600)
committerKarl Williamson <khw@cpan.org>
Sun, 22 Jul 2018 15:48:47 +0000 (09:48 -0600)
lib/warnings.pm
regen/warnings.pl

index 3c9ce33..8b0137c 100644 (file)
@@ -5,7 +5,7 @@
 
 package warnings;
 
-our $VERSION = "1.42";
+our $VERSION = "1.43";
 
 # Verify that we're called correctly so that warnings will work.
 # Can't use Carp, since Carp uses us!
index 8b7ac2c..9c01e67 100644 (file)
@@ -16,7 +16,7 @@
 #
 # This script is normally invoked from regen.pl.
 
-$VERSION = '1.42';
+$VERSION = '1.43';
 
 BEGIN {
     require './regen/regen_lib.pl';