From: Father Chrysostomos Date: Sat, 15 Dec 2012 14:23:43 +0000 (-0800) Subject: perldelta: 3d460042 fixed more local *ISA bugs X-Git-Tag: v5.17.7~51 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/07a222365a133f63a73eabff780c5e03cd8fa2d9 perldelta: 3d460042 fixed more local *ISA bugs --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 4bff44a..2e0753b 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -460,7 +460,7 @@ C. The same applies to C<$'> and C<$`> [perl #4289]. =item * -Two minor bugs involving C and C causing stale +Several bugs involving C and C causing stale MRO caches have been fixed. =item *