pkgsrc/devel/p5-Test-Simple/DESCR
martti 431c606007 Updated p5-Test-Simple to 0.41 (provided by Shell Hung in pkg/15325)
- chromatic added diag()
- fixed bug for internal eval()'s sometimes interfering
  with $@ and $!
2002-01-26 06:55:55 +00:00

4 lines
225 B
Text

This is an extremely simple, extremely basic module for writing
tests suitable for CPAN modules and other pursuits. If you wish
to do more complicated testing, use the Test::More module (a drop-in
replacement for this one).