This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
leakfinder.pl: Clean up exceptions
authorFather Chrysostomos <sprout@cpan.org>
Mon, 5 Nov 2012 21:10:11 +0000 (13:10 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 6 Nov 2012 20:33:36 +0000 (12:33 -0800)
commit6a95d59fd5c2a811937c65b2f20b410d556a2002
treee8d99df773a5f85dcf71fd4eae1c233d1103cae8
parente453bc07684ace67df27b778404869878e377144
leakfinder.pl: Clean up exceptions

Remove two (exit and END) that were from preliminary versions of
the script.

Skip all lines beginning with push and unshift.

Remove leading whitespace when looking up exceptions.
Porting/leakfinder.pl