diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-12-15 06:23:43 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-12-15 06:57:47 -0800 |
commit | 07a222365a133f63a73eabff780c5e03cd8fa2d9 (patch) | |
tree | 5c99e5c1e67f911199a04d5b500f0d532a7f4781 /pod | |
parent | ba535ffe33d92fe0557b19c2d88ef45885ef313a (diff) | |
download | perl-07a222365a133f63a73eabff780c5e03cd8fa2d9.tar.gz |
perldelta: 3d460042 fixed more local *ISA bugs
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 2 |
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 * |