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

Changes for version 0.09 - 2018-12-19 (TRIAL RELEASE)

  • ENHANCEMANT & API BREAKAGE
    • pipes may now be nested. Not all nested pipes may be executed, though; see the docs.
    • IPC::PrettyPipe::Render::Template::Tiny now requires two templates to handle nested pipes. This breaks its API

Modules

manage human readable external command execution pipelines
An argument to an IPC::PrettyPipe::Cmd command
Encapsulate argument formatting attributes
A command in an IPC::PrettyPipe pipeline
shortcuts to building an IPC::PrettyPipe object
execution backend using IPC::Run
role for executor backends
A simple queue
role for an element in an IPC::PrettyPipe::Queue
rendering backend using Template::Tiny
role for renderer backends
An I/O stream for an IPC::PrettyPipe pipeline or command
support utilities for streams