This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove redundant check from overload.pm
authorFather Chrysostomos <sprout@cpan.org>
Wed, 10 Sep 2014 02:22:30 +0000 (19:22 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 10 Sep 2014 02:53:23 +0000 (19:53 -0700)
commit32d439155644a16b717019874a8d41a0d7c2f0e0
tree328a470260d631f0039798e4be7159762d1c87a5
parent68611e6f323ebc92c5bbf5c3a541eb88cdd29520
Remove redundant check from overload.pm

I added this in ca6102577e.  It is silly to check ref $sub a few
lines after $sub = \&....
lib/overload.pm