This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
overload.pm: Combine two loops
authorFather Chrysostomos <sprout@cpan.org>
Mon, 16 Jan 2012 17:59:23 +0000 (09:59 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 16 Jan 2012 20:51:44 +0000 (12:51 -0800)
commit4e1d8790c4dcb682f5b15a9f7f63e2daa0857836
treede3f0c9e335f77dd12f5d7f15594770a9f7bb42d
parent9f39352cca0692fa842fc77a327a0e496fe638be
overload.pm: Combine two loops

It should go faster if we only iterate through %arg once.
lib/overload.pm