This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In B::Deparse::_features_from_bundle(), don't call feature::current_bundle()
authorNicholas Clark <nick@ccl4.org>
Tue, 28 Feb 2012 22:30:30 +0000 (23:30 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 19 Mar 2012 09:21:54 +0000 (10:21 +0100)
commit1873980aaeb3ef1e5a2e1ef646a831ce8ddc3e11
tree63188f037278ef67efb3b555c54f551073971d00
parent149758b3fc289aa2e2cbf92de18c3cee9475fe83
In B::Deparse::_features_from_bundle(), don't call feature::current_bundle()

Instead, directly access feature's package variables, as B::Deparse already
does in 14 other places. (It also has its tentacles firmly into strict
and warning's package variables - it's not fussy)

feature::current_bundle() was not part of the documented API of feature
either, so B::Deparse wasn't clean previously.
dist/B-Deparse/Deparse.pm