Deparse filetest ops without llafr
authorFather Chrysostomos <sprout@cpan.org>
Thu, 8 Dec 2011 17:30:31 +0000 (09:30 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 8 Dec 2011 17:32:37 +0000 (09:32 -0800)
commit5830412df26e13be3cc236273645cb303514dae6
tree367d8ea9d57eb726238c72f968babb2583886cf6
parent81bccfe42ad445b6e06432af7d7657baccd86a50
Deparse filetest ops without llafr

Before this commit, (-e $_) + 72 deparsed incorrectly, because it
became -e($_) + 72, equivalent to -e ($_+72).

Concerning the removed comment, it’s more important to produce correct
code than nice-looking code.
dist/B-Deparse/Deparse.pm
dist/B-Deparse/t/deparse.t