This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #121050] Teach B::Deparse about prototype whitespace
authorFather Chrysostomos <sprout@cpan.org>
Tue, 28 Jan 2014 02:07:45 +0000 (18:07 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 28 Jan 2014 04:14:21 +0000 (20:14 -0800)
commitc4cf781e24ac2941611eb63f1ee7c1d146cf4c06
tree1d5cbc88f3bfbe7615baa1c67a3254ad1e5dd63c
parente744ae1811ea6e874fc30e4b775d8dcd0637d9f7
[perl #121050] Teach B::Deparse about prototype whitespace

It has been hanging or unnecessarily using & since commit d16269d835
caused spaces to be preserved in the prototype and stripped when
applied during sub call compilation.  That commit did not update
B::Deparse accordingly.
lib/B/Deparse.pm
lib/B/Deparse.t