0.30 2011-02-04 21:00
Test changes only - Fixes for tests failing on Mac OS X
0.29 2010-12-02 00:00
Makefile changes only - remove Archive::Tar dependency
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!
Upstream changes:
0.27 2010-02-28 00:00
Use param to Wx::Yield (Wx 0.9701+) to avoid recursive
Yield calls and pass tests with debugging wxWidgets
(e.g. pre-installed wxWidgets on OSX);
0.26 2010-02-26 00:00
Changed behaviour of $process->IsAlive
will now return false if process has
already returned an exit code.
0.25 2010-02-25 00:00
Continuous stream will hang app rt.cpan.org #54962
Fixed by adding SetMaxLines setting with default 1000
Added PeekStdErrBuffer, PeekStdOutBuffer
Added GetStdErrBufferLineCount GetStdOutBufferLineCount
Added EVT_WXP_PROCESS_STREAM_MAXLINES
Stopped tests displaying frame (not necessary in this case)
scheduled import of editors/p5-Padre.
This module provides the STDOUT, STDERR and exit codes of asynchronously
running processes via events. It may be used for long running or blocking
processes that provide periodic updates on state via STDOUT. Simple IPC
is possible via STDIN.