In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/7792b2ee30dc5cef25922e818e52f28489ede813?hp=4a1ac32e8da9cb91194b4550164470631b836500>

- Log -----------------------------------------------------------------
commit 7792b2ee30dc5cef25922e818e52f28489ede813
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Fri May 20 16:43:11 2011 -0700

    Remove fixed bug from Deparse’s docs
-----------------------------------------------------------------------

Summary of changes:
 dist/B-Deparse/Deparse.pm |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/dist/B-Deparse/Deparse.pm b/dist/B-Deparse/Deparse.pm
index 6ff1c0d..81c918c 100644
--- a/dist/B-Deparse/Deparse.pm
+++ b/dist/B-Deparse/Deparse.pm
@@ -4869,14 +4869,6 @@ from the Perl core to fix.
 
 =item *
 
-If a keyword is over-ridden, and your program explicitly calls
-the built-in version by using CORE::keyword, the output of B::Deparse
-will not reflect this. If you run the resulting code, it will call
-the over-ridden version rather than the built-in one. (Maybe there
-should be an option to B<always> print keyword calls as C<CORE::name>.)
-
-=item *
-
 Some constants don't print correctly either with or without B<-d>.
 For instance, neither B::Deparse nor Data::Dumper know how to print
 dual-valued scalars correctly, as in:

--
Perl5 Master Repository

Reply via email to