[perl #120977] bump $warnings::VERSION
authorTony Cook <tony@develop-help.com>
Wed, 22 Jan 2014 05:31:49 +0000 (16:31 +1100)
committerTony Cook <tony@develop-help.com>
Wed, 22 Jan 2014 05:32:20 +0000 (16:32 +1100)
lib/warnings.pm
regen/warnings.pl

index 738a832..e09712a 100644 (file)
@@ -5,7 +5,7 @@
 
 package warnings;
 
-our $VERSION = '1.21';
+our $VERSION = '1.22';
 
 # Verify that we're called correctly so that warnings will work.
 # see also strict.pm.
index 388b8a7..1b34c04 100644 (file)
@@ -478,7 +478,7 @@ close_and_rename($lexwarn);
 __END__
 package warnings;
 
-our $VERSION = '1.21';
+our $VERSION = '1.22';
 
 # Verify that we're called correctly so that warnings will work.
 # see also strict.pm.