This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deparse: readpipe with complex expression
authorFather Chrysostomos <sprout@cpan.org>
Fri, 20 May 2011 21:03:41 +0000 (14:03 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 20 May 2011 21:44:06 +0000 (14:44 -0700)
commit5d8c42c2e098c76d4dfa149495457173b15d8ce5
treec88aa6757bf0457ceefed87286e2a93498e95d35
parent2ff402b77dbfaa8fc14230271f1a86423a26c0f8
Deparse: readpipe with complex expression

readpipe was always being deparse as `...` or qx.

This commit changes it to use the already-existing pure_string routine
to determine whether it can fit in `` first.
dist/B-Deparse/Deparse.pm
dist/B-Deparse/t/deparse.t