perldelta: 3d460042 fixed more local *ISA bugs
authorFather Chrysostomos <sprout@cpan.org>
Sat, 15 Dec 2012 14:23:43 +0000 (06:23 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 15 Dec 2012 14:57:47 +0000 (06:57 -0800)
pod/perldelta.pod

index 4bff44a..2e0753b 100644 (file)
@@ -460,7 +460,7 @@ C<eval '$&'>.  The same applies to C<$'> and C<$`> [perl #4289].
 
 =item *
 
-Two minor bugs involving C<local *ISA> and C<local *Foo::> causing stale
+Several bugs involving C<local *ISA> and C<local *Foo::> causing stale
 MRO caches have been fixed.  
 
 =item *