Changes for version 0.0101 - 2006-11-08
- Added some links to the POD, most of which are inserted by new versions of Module-Starter.
- First stable version.
Changes for version 0.0001_04 - 2006-10-07
- Added UNIVERSAL::require to the pre-requisites.
Changes for version 0.0001_03 - 2006-10-05
- Fixed the tests in Test-Run-CmdLine so they'll pass even if plugins are specified by deafult (or any other $ENV{HARNESS_.*}) shenanigan.
- Adapted to the new ($self, $args) instead of ($self, %args) interface of Test::Run.
- Changed the interface of the classes' constructors to accept a single $args hash ref, instead of %args.
Changes for version 0.0001_02 - 2006-03-13
- Added docs/Namespace-Planning.txt for the namespace planning.
- Made Test::Run::CmdLine into a driver+plugins architecture with a backend driver and plugins.
- Created a Test::Run::CmdLine::Prove class with the implementation of the "runprove" command line utility to run tests directly from the command line.
- Added the documentation of prove to the end of the runprove program itself and adapted it for runprove.
- Added pod to Test::Run::CmdLine.
- Added many tests.
Changes for version 0.0001_01 - 2005-11-29
- Initial CPAN.pm version. Works sort of and has a functional "runprove" utility.
Documentation
A command-line tool for running tests against Test::Run
Modules
Analyze tests from the command line using Test::Run
the default command line driver.
Analyze tests from the command line using Test::Run
A Module for running tests from the command line