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

Changes for version 1.01 - 2000-08-27

  • Add a match_exact() method for non-regex matches.
  • Change the name of the match() method to match_regex().
  • Add a new match() method that calls a registered line-matching subroutine to do the match. By default, this is match_regex(), so the external interface stays backwards-compatible.
  • Add a match_sub() method that allows an arbitrary line-matching subroutine to be registered.
  • EXPORT_OK the match_exact() and match_regex() methods to make it easier to register them.

Modules

Perl module for portable testing of commands and scripts