Changes for version 0.12 - 2018-12-21
- No changes from previous release.
- Promoted to stable.
Changes for version 0.11 - 2018-12-20 (TRIAL RELEASE)
- BUILD FIX
- previous release had an incomplete Makefile.PL, causing failures on Windows
Changes for version 0.10 - 2018-12-19 (TRIAL RELEASE)
- TEST FIX
- fix syntax in tests for Perl <= 5.16.3 (RT#128069, ++srezic)
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
Format role
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
Types