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

index 411a1c7..ce1e8bb 100644 (file)
@@ -1492,7 +1492,7 @@ This fixes a memory leak when DBM filters are used.
 
 =item *
 
-C<Hash::Util> has been upgraded from 0.07 to 0.10.
+C<Hash::Util> has been upgraded from 0.07 to 0.11.
 
 Hash::Util no longer emits spurious "uninitialized" warnings when
 recursively locking hashes that have undefined values [perl #74280].