This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
English.pm: Only alias $- to $FORMAT_LINES_LEFT
authorThomas Sibley <tsibley@cpan.org>
Thu, 10 Sep 2015 05:51:06 +0000 (22:51 -0700)
committerKarl Williamson <khw@cpan.org>
Fri, 11 Sep 2015 18:16:47 +0000 (12:16 -0600)
commit55ff8cc02359641b4e0dc6cfc068cc5036bde41b
tree2e5451d176bc6ce65b76d3f61a693e1090051589
parent2e67aae74c57dc888de2c1e06b8b063ee6879d2b
English.pm: Only alias $- to $FORMAT_LINES_LEFT

Avoids aliasing %- and @- as %FORMAT_LINES_LEFT and @FORMAT_LINES_LEFT.

I audited the rest of perlvar and English.pm for over-eager aliasing of
unrelated variables but found no other cases.
lib/English.pm