Subject: | Requets to change t/back_compat.t to cleanup temp file. |
Hello and thanks for Catalyst::Devel 1.27
Just wanted to mention in this version I noticed a temp file not
being cleaned up:
t/back_compat.t
<< my ($fh, $fn) = tempfile;
Show quoted text
>> my ($fh, $fn) = tempfile( UNLINK => 1 );
Cheers
Peter (Stig) Edwards