Subject: CVS commit: pkgsrc/devel/p5-IO-InSitu
From: Stoned Elipot
Date: 2007-05-13 19:55:16
Message id: 20070513175516.400432150A@cvs.netbsd.org

Log Message:
Initial import of p5-IO-InSitu version 0.0.2 into The NetBSD
Packages Collection.

The Perl 5 module IO::InSitu provides the open_rw( ) subroutine:
It takes the names of two files: one to be opened for reading, the
other for writing. It returns a list of two filehandles, opened to
those two files. However, if the two filenames refer to the same
file, open_rw( ) first makes a temporary copy of the file, which
it opens for input. It then opens the original file for output. In
such cases, when the input filehandle is eventually closed, IO::InSitu
arranges for the temporary file to be automatically deleted.


Files:
RevisionActionfile
1.1importpkgsrc/devel/p5-IO-InSitu/Makefile
1.1importpkgsrc/devel/p5-IO-InSitu/DESCR
1.1importpkgsrc/devel/p5-IO-InSitu/distinfo
1.1importpkgsrc/devel/p5-IO-InSitu/PLIST