Revision history for IPC-PrettyPipe

0.06      2018-11-09 16:24:42-05:00 America/New_York (TRIAL RELEASE)

  [BUILD FIX]

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


0.05      2018-11-09 16:24:42-05:00 America/New_York (TRIAL RELEASE)

  [BUG FIX ]

     * Fix RT# 108397. Finally. (srezic++)


0.04      2018-11-07 17:01:33-05:00 America/New_York (TRIAL RELEASE)

  [BUILD FIX]

     * switch from Module::Install to Dist::Zilla + EU::MM


0.03_03 2014-08-05T12:58:51-0400
  [BUG FIX]

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

0.03_02 2014-07-21T17:29:59-0400

  [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.


0.03_01 2014-07-21T17:21:35-0400

  [BUILD FIX]
     * add missing dependency on Exporter::Tiny

0.03	2014-07-18T16:42:33-0400


  [BUG FIX]

    - renderers/executors provided as class names were not properly
      handled

    - adding a stream to a pipe object was broken

    - the Template::Tiny renderer didn't properly quote arguments for
      the shell

  [ENHANCEMENT]

    - commands, attribute names, and attribute values now have a
      "quoted_" accessor which returns strings properly escaped for
      use by a shell.

  [BUILD FIX]

    - add missing runtime dependency on List::MoreUtils


0.02	2014-02-14T15:49:54-0500

    - promote to stable, CPAN Testers is all green!

0.01_03	2014-02-09T07:53:24-0500

  [BUILD FIX]
    - require IO::ReStoreFH >= 0.04 to handle Perl 5.10.x/FileHandle problems
    - require Win32::Console::ANSI on Win32 boxes

0.01_02	 2014-02-07T06:15:35-0500

  [TEST FIX]
    - IPC::Run can't redirect fd's > 2 on Win32; skip tests which do
      that

0.01_01	2014-02-05T18:59:08-0500

  [BUG FIX]
    - remove errant 'use DDP' statement

  [OTHER]
    - switch from Probe::Perl to Devel::FindPerl


0.01  	2014-02-04T17:54:09-0500

    - first public release


0.00	Mon Sep 10 11:36:14 EDT 2012

    - forked from private IPC::PipeC module