This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make B::Deparse emit CORE::state, etc.
authorFather Chrysostomos <sprout@cpan.org>
Wed, 15 Jun 2011 01:09:22 +0000 (18:09 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 15 Jun 2011 04:28:42 +0000 (21:28 -0700)
commit80e3f4adf22ed5d8909125f2cdfe19e7ee95976a
tree53fbcdeb76050e77bb4a5678072114dd2b216131
parent384e62c03f8c6cbf789cc9736a203bd13e5c383c
Make B::Deparse emit CORE::state, etc.

Commit 9dcb83683 enabled feature.pm-enabled keywords to work with the
CORE:: prefix even without feature.pm.

B::Deparse is hereby updated to account for this, by prefixing CORE::
to those keywords if the feature in question is not loaded.
dist/B-Deparse/Deparse.pm
dist/B-Deparse/t/core.t
dist/B-Deparse/t/deparse.t