summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-12-15 06:23:43 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-12-15 06:57:47 -0800
commit07a222365a133f63a73eabff780c5e03cd8fa2d9 (patch)
tree5c99e5c1e67f911199a04d5b500f0d532a7f4781 /pod
parentba535ffe33d92fe0557b19c2d88ef45885ef313a (diff)
downloadperl-07a222365a133f63a73eabff780c5e03cd8fa2d9.tar.gz
perldelta: 3d460042 fixed more local *ISA bugs
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 4bff44acb6..2e0753bfa4 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -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 *