Re: [Catalyst] Not cleaning up temporary files / HTTP::Body

2010-05-22 Thread Tomas Doran
On 13 Jan 2010, at 14:53, Bill Moseley wrote: Where should this be addressed? In Catalyst or in HTTP::Body? I'm all for it being addressed as suggested, in both places (for extra double sure). Cheers t0m ___ List: Catalyst@lists.scsys.co.uk

Re: [Catalyst] Not cleaning up temporary files / HTTP::Body

2010-05-22 Thread Bill Moseley
On Fri, May 21, 2010 at 10:24 AM, Tomas Doran bobtf...@bobtfish.net wrote: On 13 Jan 2010, at 14:53, Bill Moseley wrote: Where should this be addressed? In Catalyst or in HTTP::Body? I'm all for it being addressed as suggested, in both places (for extra double sure). It's been five

[Catalyst] Not cleaning up temporary files / HTTP::Body

2010-01-13 Thread Bill Moseley
HTTP::Body::Multipart creates temporary files for uploads. The temp files are created with File::Temp( UNLINK = 1 ). Catalyst then deletes these temp files in $c-finalize. The problem is that an exception can happen and then the temp files are not deleted. Happens quite often, it turns out. I