File::Tempdir is a Perl5 module which provides an object interface to tempdir() from File::Temp. This allow to destroy the temporary directory as soon you don't need it anymore using the magic DESTROY() function automatically call be perl when the object is no longer reference. Author: Olivier Thauvin <nanardon@nanardon.zarb.org> WWW: http://search.cpan.org/dist/File-Tempdir/
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2007-01-28 00:27:49 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-File-Tempdir Makefile distinfo pkg-descr pkg-plist Log: File::Tempdir is a Perl5 module which provides an object interface to tempdir() from File::Temp. This allow to destroy the temporary directory as soon you don't need it anymore using the magic DESTROY() function automatically call be perl when the object is no longer reference. Author: Olivier Thauvin <nanardon@nanardon.zarb.org> WWW: http://search.cpan.org/dist/File-Tempdir/ PR: ports/108440 Submitted by: loader <loader at freebsdmall.com> Revision Changes Path 1.2612 +1 -0 ports/devel/Makefile 1.1 +28 -0 ports/devel/p5-File-Tempdir/Makefile (new) 1.1 +3 -0 ports/devel/p5-File-Tempdir/distinfo (new) 1.1 +7 -0 ports/devel/p5-File-Tempdir/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-File-Tempdir/pkg-plist (new) _______________________________________________ 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"
State Changed From-To: open->closed New port added. Thanks!