new warnings category, so bump warnings.pm
authorRicardo Signes <rjbs@cpan.org>
Wed, 2 Oct 2013 16:08:49 +0000 (12:08 -0400)
committerRicardo Signes <rjbs@cpan.org>
Sat, 5 Oct 2013 18:20:10 +0000 (14:20 -0400)
lib/warnings.pm
regen/warnings.pl

index 6611619..440bfdd 100644 (file)
@@ -5,7 +5,7 @@
 
 package warnings;
 
-our $VERSION = '1.19';
+our $VERSION = '1.20';
 
 # Verify that we're called correctly so that warnings will work.
 # see also strict.pm.
index a1c5ebd..acca0d0 100644 (file)
@@ -468,7 +468,7 @@ close_and_rename($lexwarn);
 __END__
 package warnings;
 
-our $VERSION = '1.19';
+our $VERSION = '1.20';
 
 # Verify that we're called correctly so that warnings will work.
 # see also strict.pm.