Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-IPC-Run3
From: Ulrich Habel
Date: 2008-09-13 15:30:32
Message id: 20080913133032.D006B175D0@cvs.netbsd.org
Log Message:
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).
Files: