pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-IPC-Run3 - updated to 0.040



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ce744a23ba2
branches:  trunk
changeset: 538363:9ce744a23ba2
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Wed Feb 06 15:25:28 2008 +0000

description:
- 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:

 devel/p5-IPC-Run3/Makefile |  4 ++--
 devel/p5-IPC-Run3/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 2ca2830605c8 -r 9ce744a23ba2 devel/p5-IPC-Run3/Makefile
--- a/devel/p5-IPC-Run3/Makefile        Wed Feb 06 15:23:25 2008 +0000
+++ b/devel/p5-IPC-Run3/Makefile        Wed Feb 06 15:25:28 2008 +0000
@@ -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 -r 2ca2830605c8 -r 9ce744a23ba2 devel/p5-IPC-Run3/distinfo
--- a/devel/p5-IPC-Run3/distinfo        Wed Feb 06 15:23:25 2008 +0000
+++ b/devel/p5-IPC-Run3/distinfo        Wed Feb 06 15:25:28 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index