The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.03 - 2010-10-13

  • add option to capture leftover wbuf/rbuf
  • add timeout delegate
  • add more information to tests to help debug pty failures

Modules

flexible, OO, asynchronous process spawning and management
sets up default delegate name/builder mappings
role representing a delegate
represents a completed subprocess run
role that delegates on the Done class must implement
wrappers around AnyEvent::Subprocess to save typing in simple cases
AnyEvent::Handle subclass
role representing a runnable job
role that delegates on the Job class must implement
capture the data that comes in via a handle
share a filehandle or socket with the child
monitor a handle for input, invoke callbacks with that input
give the child a pseudo-terminal
Kill a subprocess if it takes too long
paramaterized role consumed by classes that have delegates
represents a running subprocess
delegate on the running process class
MooseX::Types used internally

Provides

in lib/AnyEvent/Subprocess/Done/Delegate/Handle.pm
in lib/AnyEvent/Subprocess/Done/Delegate/Timeout.pm
in lib/AnyEvent/Subprocess/Job/Delegate/Callback.pm
in lib/AnyEvent/Subprocess/Job/Delegate/CompletionCondvar.pm
in lib/AnyEvent/Subprocess/Job/Delegate/PrintError.pm
in lib/AnyEvent/Subprocess/Running/Delegate/Callback.pm
in lib/AnyEvent/Subprocess/Running/Delegate/CaptureHandle.pm
in lib/AnyEvent/Subprocess/Running/Delegate/CompletionCondvar.pm
in lib/AnyEvent/Subprocess/Running/Delegate/Handle.pm
in lib/AnyEvent/Subprocess/Running/Delegate/MonitorHandle.pm
in lib/AnyEvent/Subprocess/Running/Delegate/Timeout.pm