This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct warnings version in perldelta
authorFlorian Ragwitz <rafl@debian.org>
Thu, 24 Mar 2011 14:59:38 +0000 (15:59 +0100)
committerFlorian Ragwitz <rafl@debian.org>
Thu, 24 Mar 2011 16:15:13 +0000 (17:15 +0100)
pod/perldelta.pod

index 4c704b2..91ea47c 100644 (file)
@@ -1803,7 +1803,7 @@ work when exported (5.12.1).
 
 =item *
 
-C<warnings> has been upgraded from version 1.09 to 1.11.
+C<warnings> has been upgraded from version 1.09 to 1.12.
 
 Calling C<use warnings> without arguments is now significantly more efficient.