diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-09-13 13:30:32 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-09-13 13:30:32 +0000 |
commit | d85f08f8ee4bc1d1a50749ed51f9cd6e892016da (patch) | |
tree | 34a9b50d4f1510eff21f2f44de7b3333d6e3ebe9 /devel/p5-IPC-Run3 | |
parent | 5ed235625424f754891f82d97ad789d8267ba8f5 (diff) | |
download | pkgsrc-d85f08f8ee4bc1d1a50749ed51f9cd6e892016da.tar.gz |
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 (limited to 'devel/p5-IPC-Run3')
-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 5485521a991..f855f26f653 100644 --- a/devel/p5-IPC-Run3/Makefile +++ b/devel/p5-IPC-Run3/Makefile @@ -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 --git a/devel/p5-IPC-Run3/distinfo b/devel/p5-IPC-Run3/distinfo index ffbe9b1e643..0201d09689b 100644 --- a/devel/p5-IPC-Run3/distinfo +++ b/devel/p5-IPC-Run3/distinfo @@ -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 |