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.04 - 2000-02-01

  • Development begun.
  • Removed unnecessary t0001a.pl file (internal testing glue for the change management system).
  • In the run() method, add the ability to pipe input into a command.
  • Add a match() method that matches input lines one-for-one against an equal number of of regular expressions.
  • Have the run() method support 'prog' and 'interpreter' arguments, for one-shot execution of a program.
  • Remove direct exception throws (calls to $self->no_result) by the run() and workdir() methods. Exceptions should be handled by the test itself or a subclass specific to the program under test.

Modules

Perl module for portable testing of commands and scripts