2012-01-26 13:01:13 by Ulrich Habel | Files touched by this commit (2) |
Log message:
Updated to 0.045
ChangeLog:
0.045 2011-12-23
skip a test that tickles an OpenBSD bug and hangs the process (thanks,
BinGOs)
|
2011-08-14 14:26:51 by OBATA Akio | Files touched by this commit (406) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-08-25 21:53:29 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-IPC-Run3 from 0.043nb1 to 0.044
pkgsrc changes:
- add license definition
Upstream changes:
0.044 2010-08-22
ignore user-defined __DIE__ handler in _type (Jeff Lavallee)
Added test for __DIE__ handler behavior
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2009-06-15 01:31:59 by Jens Rehsack | Files touched by this commit (2) |
Log message:
pkgsrc changes:
- Updating package of p5 module IPC::Run3 from 0.042nb1 to 0.043
- Removing dependency to devel/p5-Time-HiRes, because Time::HiRes comes
with the distributed perl5 core
Upstream changes:
0.043 2009-05-30
No code changes
add repository location to META.yml
avoid hand-written META.yml by using META_MERGE
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
2008-09-13 15:30:32 by Ulrich Habel | Files touched by this commit (2) | |
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).
|
2008-02-06 16:25:28 by Ulrich Habel | Files touched by this commit (2) | |
Log message:
- 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
|
2007-12-11 13:16:36 by Ulrich Habel | Files touched by this commit (3) |
Log message:
- new packages (dependency for devel/p5-Test-Inline)
- ok'ed by rillig
IPC::Run3 - run a subprocess in batch mode
|