Changes for version 0.004

  • You can now switch on 'strict' and 'warnings' at the same time just by importing ':strict' use Test::Lite ':strict'; Added count method. Counts the number of keys from a hashref, or elements from an arrayref count { name => 'World' }, 1 => 'Count number of keys'; Added note method. Just displays text to output(), so only available during verbose

Modules

A small Perl Test Library