libtest-simple-perl

Set of basic utilities for writing tests in perl
  http://github.com/schwern/test-more/
  0
  no reviews



Test::simple is an extremely simple module for writing tests suitable for cpan modules and other pursuits.

this package also includes the following modules:
* test::builder - backend for building test libraries
* test::builder::module - base class for test modules
* test::builder::tester - test testsuites that are built with test::builder
* test::builder::tester::color - turn on colour in test::builder::tester
* test::more - yet another framework for writing test scripts
* test::tester - a module for testing test modules built with test::builder
* test::use::ok - an alternative to test::more::use_ok
this module is already included as part of perl's core distribution, so this package is only beneficial when newer features or bug fixes are required.