Changes for version 0.0109 - 2008-08-19
- Factored out some methods in lib/Test/Run/CmdLine/Iface.pm to make debugging easier.
- _real_prepare_driver_class
- _prepare_driver_class
- _calc_driver
- Added private_backend_plugins() to collect the backend plugins from the front-end plugins.
- Added more tests to the private_backend_plugins().
- Moved the t/Test module-directory-structure to under t/lib .
- Adapted the test files accordingly.
- Adapted the MANIFEST accordingly.
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
a module implementing a standalone command line app for runprove.
trap the output of a runprove run.
trap the output of a run of Test::Run::CmdLine::Prove::App.
Examples
- examples/Module-Build/README.txt
- examples/Module-Build/inc/Test/Run/Builder.pm
- examples/eumm-and-test-manifest/MyModule/.cvsignore
- examples/eumm-and-test-manifest/MyModule/Changes
- examples/eumm-and-test-manifest/MyModule/MANIFEST
- examples/eumm-and-test-manifest/MyModule/Makefile.PL
- examples/eumm-and-test-manifest/MyModule/README
- examples/eumm-and-test-manifest/MyModule/t/00-load.t
- examples/eumm-and-test-manifest/MyModule/t/boilerplate.t
- examples/eumm-and-test-manifest/MyModule/t/pod-coverage.t
- examples/eumm-and-test-manifest/MyModule/t/pod.t
- examples/eumm-and-test-manifest/MyModule/t/test_manifest
- examples/eumm-and-test-manifest/MyModule/testlib/Test/Run/CmdLine/WithTestManifest.pm