This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert t/lib/common.pl to lexical filehandles and 3-arg open.
authorNicholas Clark <nick@ccl4.org>
Thu, 24 Feb 2011 14:57:14 +0000 (14:57 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 25 Feb 2011 07:59:50 +0000 (07:59 +0000)
commit8606a93d9e071a00b39c94e9658cc597d57888ea
tree71e77fa888689f2228aad9f666ccabbff73d3f57
parent441770635528a16a4c5d954d47762b55f43db35f
Convert t/lib/common.pl to lexical filehandles and 3-arg open.

Remove the unused lexical variable %tempfiles. It would be good to lint
everything - I suspect that there are quite a few unused lexicals stowing away
in the core tests.
t/lib/common.pl