Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Test-Base: Data Driven Testing Framework
- Summary
- Testing is usually the ugly part of Perl module authoring. Perl gives you a
standard way to run tests with Test::Harness, and basic testing primitives
with Test::More. After that you are pretty much on your own to develop a
testing framework and philosophy. Test::More encourages you to make your
own framework by subclassing Test::Builder, but that is not trivial.
Changelog
- * Sat Sep 16 17:00:00 2006 Steven Pritchard <steve{%}kspei{*}com> 0.52-2
- Fix find option order.
- * Sat Jul 1 17:00:00 2006 Steven Pritchard <steve{%}kspei{*}com> 0.52-1
- Update to 0.52.
- * Mon May 8 17:00:00 2006 Steven Pritchard <steve{%}kspei{*}com> 0.50-2
- Add explicit dependencies for Text::Diff and LWP::Simple.