pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Note initial addition of p5-IO-InSitu version 0.0....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/978b92827ce1
branches:  trunk
changeset: 528739:978b92827ce1
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun May 13 18:00:32 2007 +0000

description:
Note initial addition of p5-IO-InSitu version 0.0.2 as
devel/p5-IO-InSitu 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.

diffstat:

 doc/CHANGES-2007 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r effceb8fd3d8 -r 978b92827ce1 doc/CHANGES-2007
--- a/doc/CHANGES-2007  Sun May 13 17:58:00 2007 +0000
+++ b/doc/CHANGES-2007  Sun May 13 18:00:32 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1054 2007/05/13 17:00:51 taca Exp $
+$NetBSD: CHANGES-2007,v 1.1055 2007/05/13 18:00:32 seb Exp $
 
 Changes to the packages collection and infrastructure in 2007:
 
@@ -2025,3 +2025,4 @@
        Removed x11/gdkxft [wiz 2007-05-13]
        Updated www/squid to 2.6.13 [taca 2007-05-13]
        Updated archivers/zoo to 2.10.1nb3 [taca 2007-05-13]
+       Added devel/p5-IO-InSitu version 0.0.2 [seb 2007-05-13]



Home | Main Index | Thread Index | Old Index