This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #24027] Deparse strict vars and subs
authorFather Chrysostomos <sprout@cpan.org>
Sat, 24 Dec 2011 22:44:30 +0000 (14:44 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 25 Dec 2011 00:14:32 +0000 (16:14 -0800)
commit415d4c68d180055a2cbbd2b2db5ab0e83fc38698
tree490eb9ec3f85abb5c4c0b906a66e5f39eb5b0792
parent3036b99c8b508a614f967f6bb66ebeeb26c6c0cb
[perl #24027] Deparse strict vars and subs

B::Deparse only supported strict refs till now, and not the other two.
The hints were always present, but were being ignored.  It was more
complicated than simply printing out the pragma settings.  Variables
have to be qualified, too, under strict vars.
dist/B-Deparse/Deparse.pm
dist/B-Deparse/t/deparse.t