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

Changes for version 0.08 - 2018-11-16

  • No changes from previous release.
  • Promote to stable.

Changes for version 0.07 - 2018-11-15 (TRIAL RELEASE)

  • BUILD FIX
    • previous release had an incomplete Makefile.PL, causing failures on Windows
    • note to self: don't release under Dist::Zilla::Shell. Dist::Zilla::Plugin::DynamicPrereqs isn't designed to be run in that environment. It munges Makefile.PL and caches what it has done to avoid duplication. Unfortunately, this means that Makefile.PL will not be properly munged after the first build.

Changes for version 0.06 - 2018-11-09 (TRIAL RELEASE)

  • BUILD FIX
    • test dependencies were incompletely listed in dist.ini
    • tests now moved as much as possible to Test2::V0

Changes for version 0.05 - 2018-11-09 (TRIAL RELEASE)

  • BUG FIX
    • Fix RT# 108397. Finally. (srezic++)

Changes for version 0.04 - 2018-11-07 (TRIAL RELEASE)

  • BUILD FIX
    • switch from Module::Install to Dist::Zilla + EU::MM

Changes for version 0.03_03 - 2014-08-05

  • BUG FIX
    • make work on Perl 5.10.0; see http://www.cpantesters.org/cpan/report/15ef7e40-150f-11e4-b698-db7a2867dcfa

Changes for version 0.03_02 - 2014-07-21

  • BUILD FIX
    • remove extraneous dependency on Exporter::Tiny. Jumped the gun on http://www.cpantesters.org/cpan/report/0c9e658d-6c00-1014-9524-043f55012b15, which reported a problem, but it's with Type::Tiny; this module doesn't doesn't explicitly use it. Might be a tester problem.

Changes for version 0.03_01 - 2014-07-21

  • BUILD FIX
    • add missing dependency on Exporter::Tiny

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