public
Description: Aggregate Tests In a Single Process (vastly improved performance)
Homepage:
Clone URL: git://github.com/Ovid/test-aggregate.git
name age message
file .gitignore Sun Sep 14 02:18:06 -0700 2008 Tired of seeing that darned 'dump.t' file in gi... [Curtis Poe]
file Build.PL Loading commit data...
file Changes Wed Oct 21 00:21:01 -0700 2009 Keep makefile in synch. [Ovid]
file MANIFEST
file META.yml Wed Oct 21 00:21:01 -0700 2009 Keep makefile in synch. [Ovid]
file Makefile.PL Wed Oct 21 00:21:01 -0700 2009 Keep makefile in synch. [Ovid]
file README Sun Aug 03 05:10:07 -0700 2008 Update to 0.31 version from CPAN (created at work) [Curtis Poe]
directory aggtests/
directory lib/
directory t/ Sun Oct 18 04:39:11 -0700 2009 Make ready for production release. [Ovid]
directory xt/ Sun Mar 29 03:59:47 -0700 2009 Move POD tests to author tests. [Ovid]
README
Test-Aggregate

Aggregate .t files to make them run faster.

INSTALLATION

To install this module, run the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

    perldoc Test::Aggregate

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/Test-Aggregate

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Aggregate

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/Test-Aggregate

    CPAN Ratings:
        http://cpanratings.perl.org/d/Test-Aggregate

COPYRIGHT AND LICENCE

Copyright (C) 2007 Curtis "Ovid" Poe

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.