From 0.20 to 0.21 Changelog (http://cpansearch.perl.org/src/TJENNESS/File-Temp-0.21/ChangeLog): 2008-11-12 Tim Jenness <timj@poma.jach.hawaii.edu> ---- Release V0.21 CPAN ---- * Temp.pm: Clean out $FILES_CREATED_BY_OBJECT when the destructor runs. Otherwise memory does not get returned. Really bad idea for daemons. (Thanks to Maxime Therreault RT #37621) * Temp.pm: Integrate patches from bleadperl for cygwin. (thanks to Jari Aalto RT #36376) * t/seekable.t: seekable test was failing on perl 5.6.0 so we now skip the specific test. (thanks to Zefram) * Temp.pm: Remove the test on the parent directory to see if a file can be written. This will be found out anyway as soon as the file open is attempted. AFS systems may fail a -w test but still allow a file to be created. (thanks to Christopher Ellison) * Temp.pm: Put an eval around rmtree. Some versions of rmtree croak if you attempt to remove a directory that you are inside. (debian bug 479317 and RT #35779). 2008-03-15 Tim Jenness <tjenness@cpan.org> * Temp.pm: Localize special variables in END blocks and destructors. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->leeym Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed, thanks.
leeym 2009-02-03 04:43:22 UTC FreeBSD ports repository Modified files: devel/p5-File-Temp Makefile distinfo Log: - update to 0.21 PR: 131323 Submitted by: "Cory R. King" <coryking@mozimedia.com> Revision Changes Path 1.25 +1 -4 ports/devel/p5-File-Temp/Makefile 1.10 +3 -3 ports/devel/p5-File-Temp/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"