This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert t/op/anonsub.t to test.pl, strict and warnings.
authorNicholas Clark <nick@ccl4.org>
Sun, 13 Mar 2011 21:33:25 +0000 (21:33 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 13 Mar 2011 21:33:25 +0000 (21:33 +0000)
commit4c7c9f9a23eabbe80581a1423a8542777105d1ef
tree6668cc0c3791332b49b39840c1c4e4e589d298db
parent9eb41b690e9c66416ca5e28fe9acb0f2595cbd3f
Convert t/op/anonsub.t to test.pl, strict and warnings.

test.pl no longer uses closures, which removes the principal reason for
avoiding it until now. anonsub.t is now 25% shorter.
t/op/anonsub.t