This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor pp_chomp to process arguments in the same order as pp_chop.
authorNicholas Clark <nick@ccl4.org>
Mon, 27 Dec 2010 08:09:15 +0000 (08:09 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 27 Dec 2010 08:09:15 +0000 (08:09 +0000)
commit20cf1f79230fba6e0a6ba5053785e5fc841ee053
tree7330536f9f84dce0512bdb4bf4fa34e36a2e756b
parent84cad487577c98362c0e1ea18600d4ea266a4cb4
Refactor pp_chomp to process arguments in the same order as pp_chop.

Previously list chomp worked from last to first, whilst list chop worked from
first to last.
pp.c
t/lib/warnings/9uninit