diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-02-06 15:25:28 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-02-06 15:25:28 +0000 |
commit | 0008f4da357220d41d17c9211f1956fe1408b076 (patch) | |
tree | d8aa40b3f6e0d1c13ae92d67cde332dcbbf96ecd /devel | |
parent | 8fb5f109a15c2bfb403952fb689b0facda0c26e2 (diff) | |
download | pkgsrc-0008f4da357220d41d17c9211f1956fe1408b076.tar.gz |
- 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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-IPC-Run3/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-IPC-Run3/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
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 |