Changes for version 0.0127 - 2015-06-02
- Add $VERSION to lib/**.pm modules that were missing it so they'll be indexed
- See https://rt.cpan.org/Ticket/Display.html?id=104864
- Thanks to CHORNY for the report.
- Convert from 'use base' to the more modern 'use parent'.
- “Because I’m all about the base, about the base, about the base. No parent!”
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