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.042



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f4b25e0ddb4
branches:  trunk
changeset: 547170:8f4b25e0ddb4
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Sat Sep 13 13:30:32 2008 +0000

description:
updated to 0.042

ChangeLog:
0.042   2008-08-09
        No code changes
        Rewrite a test in t/utf8.t that runs afoul of a misfeature
          in Perl 5.8.0 (turn on ":utf8" by default on all filehandles
          when running in a UTF8 locale; fixed since 5.8.1)

0.041   2008-08-03
        Handle arbitrary binmode() layers in "binmode_*" options; for
          backward compatibility, any true option that doesn't start
          with ":" is treated as ":raw"
          NOTE: This does work for the built-in layers, e.g. ":utf8",
          but all bets are off for fancier stuff like ":via(...)" .
        Add an option "return_if_system_error" that causes run3()
          to refrain from throwing an exception when system() returns -1
          (cf. RT 14272).

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 14de240af5a2 -r 8f4b25e0ddb4 devel/p5-IPC-Run3/Makefile
--- a/devel/p5-IPC-Run3/Makefile        Sat Sep 13 13:27:27 2008 +0000
+++ b/devel/p5-IPC-Run3/Makefile        Sat Sep 13 13:30:32 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2008/02/06 15:25:28 rhaen Exp $
+# $NetBSD: Makefile,v 1.3 2008/09/13 13:30:32 rhaen Exp $
 #
 
-DISTNAME=      IPC-Run3-0.040
+DISTNAME=      IPC-Run3-0.042
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    perl5 devel
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IPC/}
diff -r 14de240af5a2 -r 8f4b25e0ddb4 devel/p5-IPC-Run3/distinfo
--- a/devel/p5-IPC-Run3/distinfo        Sat Sep 13 13:27:27 2008 +0000
+++ b/devel/p5-IPC-Run3/distinfo        Sat Sep 13 13:30:32 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2008/02/06 15:25:28 rhaen Exp $
+$NetBSD: distinfo,v 1.3 2008/09/13 13:30:32 rhaen Exp $
 
-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
+SHA1 (IPC-Run3-0.042.tar.gz) = 8ef8063c3ad9b46c45e497f7fbc7ed4008968fb5
+RMD160 (IPC-Run3-0.042.tar.gz) = f9eb4ba1b4281bb3a1feabe4cabcf7437279b7be
+Size (IPC-Run3-0.042.tar.gz) = 19253 bytes



Home | Main Index | Thread Index | Old Index