Increase $warnings::VERSION to 1.13
authorFather Chrysostomos <sprout@cpan.org>
Fri, 27 Jan 2012 04:45:28 +0000 (20:45 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 27 Jan 2012 04:45:28 +0000 (20:45 -0800)
lib/warnings.pm
regen/warnings.pl

index 2061c34..5aef8ea 100644 (file)
@@ -5,7 +5,7 @@
 
 package warnings;
 
-our $VERSION = '1.12';
+our $VERSION = '1.13';
 
 # Verify that we're called correctly so that warnings will work.
 # see also strict.pm.
index bf0833b..b3e1c04 100644 (file)
@@ -427,7 +427,7 @@ read_only_bottom_close_and_rename($pm);
 __END__
 package warnings;
 
-our $VERSION = '1.12';
+our $VERSION = '1.13';
 
 # Verify that we're called correctly so that warnings will work.
 # see also strict.pm.