summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
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 *