The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.01_04 - 2020-02-09 (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)

Changes for version 0.01_03 - 2020-02-07 (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))

Changes for version 0.01_02 - 2020-02-05 (TRIAL RELEASE)

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

Changes for version 0.01_01 - 2020-02-03 (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)

Modules

Pb
a workflow system made from Perl and bash
context object for a Pb command