This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $warnings::VERSION to 1.15
authorFather Chrysostomos <sprout@cpan.org>
Sun, 30 Sep 2012 05:43:38 +0000 (22:43 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 30 Sep 2012 07:01:27 +0000 (00:01 -0700)
lib/warnings.pm
regen/warnings.pl

index 2dc64d3..2c47a71 100644 (file)
@@ -5,7 +5,7 @@
 
 package warnings;
 
-our $VERSION = '1.14';
+our $VERSION = '1.15';
 
 # Verify that we're called correctly so that warnings will work.
 # see also strict.pm.
index 38eca47..e99ff4b 100644 (file)
@@ -437,7 +437,7 @@ read_only_bottom_close_and_rename($pm);
 __END__
 package warnings;
 
-our $VERSION = '1.14';
+our $VERSION = '1.15';
 
 # Verify that we're called correctly so that warnings will work.
 # see also strict.pm.