summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2007-05-13 18:00:32 +0000
committerseb <seb@pkgsrc.org>2007-05-13 18:00:32 +0000
commitbbbb247d7f486aa6c4b1ff8f6ff0e12eb302eee9 (patch)
treec8e96443a5406cd5b22ba98dcd41919fc547ebcc
parent6903c0a8c735523612ffa4eb343b1f70536f63e7 (diff)
downloadpkgsrc-bbbb247d7f486aa6c4b1ff8f6ff0e12eb302eee9.tar.gz
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.
-rw-r--r--doc/CHANGES-20073
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007
index c4c194cf885..109e19f80df 100644
--- a/doc/CHANGES-2007
+++ b/doc/CHANGES-2007
@@ -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 @@ Changes to the packages collection and infrastructure in 2007:
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]