From 0008f4da357220d41d17c9211f1956fe1408b076 Mon Sep 17 00:00:00 2001 From: rhaen Date: Wed, 6 Feb 2008 15:25:28 +0000 Subject: - updated to 0.040 ChangeLog: 0.040 2007-12-26 major rewrite of pod: - describe all possible forms of redirectors - list available options - explain how run3() works fix #31343 by using the three argument form of open() for files; unfortunately that isn't available before Perl 5.6.0, hence "use 5.006_00"; also use lexical filehandles everywhere implement options append_{stdout,stderr}; add test cases edit META.yml so that the profiling modules IPC::Run3::Prof* (which aren't of general use) won't show on CPAN --- devel/p5-IPC-Run3/Makefile | 4 ++-- devel/p5-IPC-Run3/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'devel') diff --git a/devel/p5-IPC-Run3/Makefile b/devel/p5-IPC-Run3/Makefile index 2c04ace8086..5485521a991 100644 --- a/devel/p5-IPC-Run3/Makefile +++ b/devel/p5-IPC-Run3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2007/12/11 12:16:35 rhaen Exp $ +# $NetBSD: Makefile,v 1.2 2008/02/06 15:25:28 rhaen Exp $ # -DISTNAME= IPC-Run3-0.039 +DISTNAME= IPC-Run3-0.040 PKGNAME= p5-${DISTNAME} CATEGORIES= perl5 devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/} diff --git a/devel/p5-IPC-Run3/distinfo b/devel/p5-IPC-Run3/distinfo index cb4527a80ad..ffbe9b1e643 100644 --- a/devel/p5-IPC-Run3/distinfo +++ b/devel/p5-IPC-Run3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2007/12/11 12:16:35 rhaen Exp $ +$NetBSD: distinfo,v 1.2 2008/02/06 15:25:28 rhaen Exp $ -SHA1 (IPC-Run3-0.039.tar.gz) = 54178685c6464297d7af9f5b3d37b8b028b8b094 -RMD160 (IPC-Run3-0.039.tar.gz) = 6da3890b680884f5780f15cfe112198405ad1ed3 -Size (IPC-Run3-0.039.tar.gz) = 15435 bytes +SHA1 (IPC-Run3-0.040.tar.gz) = f1a0b31a9bf631d6ade75bd55df97fd024de23d7 +RMD160 (IPC-Run3-0.040.tar.gz) = 66757d594caeaeb2c4e7febc7519fc4853d2b04e +Size (IPC-Run3-0.040.tar.gz) = 17890 bytes -- cgit v1.2.3