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

Changes for version 0.07 - 2014-09-10

  • Add test that the change log conforms to CPAN::Changes::Spec.
  • Convert dates in change log to conform with CPAN::Changes::Spec.
  • Require CPAN::Changes >= 0.23 for running the test suite.
  • Switch to Dist::Zilla (with ExtUtils::MakeMaker) instead of Module::Build. Remove convenience Makefile.
  • Fix Perl::Critic warning "Don't modify $_ in list functions"
  • Consider Modern::Perl as ok for Perl::Critic::Policy::TestingAndDebugging::RequireUseStrict
  • Use Travis CI for smoke testing and Coveralls.io for coverage reporting.
  • Fix passing backends as reference. Add test for that.
  • Use "use_ok" instead of "use" in all tests.
  • Drop unreachable else clause while listing the directory contents.
  • Simplify condition in Run::Parts::Debian::run_parts_command.
  • Further new tests added:
  • Verify behaviour upon unknown backend parameter.
  • Verify that chomped_lines and lines die if called like a method.
  • Alternative backend names (module=perl, run-parts=debian)

Modules

Offers functionality of Debian's run-parts tool in Perl
Common helpers for Run::Parts and its backends
Perl interface to Debian's run-parts tool
Pure Perl implementation of Debian's run-parts tool