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

0.01_04   2020-02-09 14:56:50-08:00 America/Los_Angeles (TRIAL RELEASE)

    [New Features]
    * New global option: `--interactive`
    * Now catching `die` inside a `CODE` directive (with appropriate error)
    * STDERR now also goes to logfile (if any)

0.01_03   2020-02-07 16:50:28-08:00 America/Los_Angeles (TRIAL RELEASE)

    [Distro Fixes]
    * Don't try to run unit tests on machines with no `bash`
      (using code stolen from PerlX::bash)
    * Fix test failures for non-English locales by not hardcoding errors
      github #2 (thx Slaven Rezić (SREZIC))

0.01_02   2020-02-05 15:46:43-08:00 America/Los_Angeles (TRIAL RELEASE)

    [Distro Fixes]
    * Add manual dependency on IPC::System::Simple
      (brought in via `use autodie ':all'`)
      github #1 (thx Chris White (cxw42))

0.01_01   2020-02-03 19:20:23-08:00 America/Los_Angeles (TRIAL RELEASE)

    [Docs]
    * Fix bogus issue tracker URL
    * Document more subs to make newer Pod::Coverage happy

    [Distro Fixes]
    * Fix failing unit test due to `autodie` causing different exit values
      (thx CPAN Testers)

0.01      2020-02-03 03:41:32-08:00 America/Los_Angeles

    [New Features]
    * initial version (basic functionality)