summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-12-12 22:32:22 -0800
committerFather Chrysostomos <sprout@cpan.org>2010-12-12 22:32:22 -0800
commit26de4ac8ffde32c9857da650ee748164bd7f4125 (patch)
treee97bf18ba3c4023c1b7bd8aa0eb422ba9293287b /pod
parent460c4bfbbcc9bdaf4d1bc35d9b50dea3e62cd6a6 (diff)
downloadperl-26de4ac8ffde32c9857da650ee748164bd7f4125.tar.gz
perldelta for a4256772
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod9
1 files changed, 8 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 4d77482aad..185de10b51 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1,7 +1,7 @@
=encoding utf8
=for comment
-This has been completed up to ad021bf, except for:
+This has been completed up to a4256772, except for:
d9a4b459f94297889956ac3adc42707365f274c2
bf5522a13a381257966e7ed6b731195a873b153e
9cef83062267e94311e1fd8744396e440642738e
@@ -654,6 +654,13 @@ Match variables (e.g., C<$1>) no longer persist between calls to a sort
subroutine
L<[perl #76026]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=76026>.
+=item *
+
+The C<B> module was returning B::OPs instead of B::LOGOPs for C<entertry>
+L<[perl #80622]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=80622>.
+
+This was due to a bug in the perl core, not in C<B> itself.
+
=back
=head1 Known Problems