Deparse implicit with ‘use feature’
authorFather Chrysostomos <sprout@cpan.org>
Sat, 24 Dec 2011 14:47:41 +0000 (06:47 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 24 Dec 2011 17:25:21 +0000 (09:25 -0800)
commit0bb01b05aacbaf29e0a910c8f0bc3ab2eb39f8a0
treebf083bf4597021ef244990b73929067072564169
parent223b1722e239dec6362760bb4d15561271c666bf
Deparse implicit with ‘use feature’

When a version declaration has been seen, it’s not possible to deparse
the code perfectly correctly, but using ‘no feature; use feature
"5.14"’ is a reasonable tradeoff.  See also commit 1c74777c25.

This necessitated sorting %^H keys that are output to keep tests pass-
ing.  Previously they were relying on phases of the moon.
dist/B-Deparse/Deparse.pm
dist/B-Deparse/t/deparse.t
lib/feature.pm
regen/feature.pl