In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/26de4ac8ffde32c9857da650ee748164bd7f4125?hp=460c4bfbbcc9bdaf4d1bc35d9b50dea3e62cd6a6>

- Log -----------------------------------------------------------------
commit 26de4ac8ffde32c9857da650ee748164bd7f4125
Author: Father Chrysostomos <[email protected]>
Date:   Sun Dec 12 22:32:22 2010 -0800

    perldelta for a4256772
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 4d77482..185de10 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

--
Perl5 Master Repository

Reply via email to