The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Test-Run-CmdLine

0.0104      Mon Mar 19 15:40:20 IST 2007
    * Fixed running runprove with no arguments.
    * Converted the tests to Test::Trap.

0.0103      Fri Feb 16 23:00:19 IST 2007

    * Fixed a bug in Test::Run::CmdLine::Prove where the Switches parameter
    was not over-rided from its "-w" default. This caused -w to be passed
    to the interpreter which broken non-perl test scripts.

0.0102      Sat Nov 11 12:41:16 IST 2006
    * Changed the dependency from Test::Run::Obj to Test::Run::Core to make
    CPAN.pm happy. Don't know why Test::Run::Obj wasn't indexed.

0.0101      Wed Nov  8 10:03:00 IST 2006
    * Added some links to the POD, most of which are inserted by new versions
    of Module-Starter.
    * First stable version.

0.0001_04   Sat Oct  7 20:43:36 IST 2006
    * Added UNIVERSAL::require to the pre-requisites.

0.0001_03   Thu Oct  5 13:52:55 IST 2006
    * 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.

0.0001_02   Mon Mar 13 18:44:23 IST 2006
    * 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.

    
0.0001_01   Tue Nov 29 22:57:02 IST 2005
    * Initial CPAN.pm version. Works sort of and has a functional "runprove"
    utility.