The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dist::Zilla::PluginBundle::TestingMania - test your dist with every testing plugin conceivable

VERSION

version 0.009

SYNOPSIS

In dist.ini:

    [@TestingMania]

DESCRIPTION

This plugin bundle collects all the testing plugins for Dist::Zilla which exist (and are not deprecated). This is for the most paranoid people who want to test their dist seven ways to Sunday.

Simply add the following near the end of dist.ini:

    [@TestingMania]

It includes the most recent version (as of release time) of the following plugins, in their default configuration. Note that not all the plugins are actually used by default.

Testing plugins

Disabling Tests

To exclude a testing plugin, give a comma-separated list in dist.ini:

    [@TestingMania]
    disable = EOLTests,NoTabsTests

Enabling Tests

This pluginbundle may have depend on some testing plugins that aren't enabled by default. This option allows you to turn them on. Attempting to add plugins which are not listed above will have no effect.

To enable a testing plugin, give a comma-separated list in dist.ini:

    [@TestingMania]
    enable = ConsistentVersionTest

AVAILABILITY

The project homepage is http://p3rl.org/Dist::Zilla::PluginBundle::TestingMania.

The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit http://www.perl.com/CPAN/ to find a CPAN site near you, or see http://search.cpan.org/dist/Dist-Zilla-PluginBundle-TestingMania/.

The development version lives at http://github.com/doherty/Dist-Zilla-PluginBundle-TestingMania and may be cloned from git://github.com/doherty/Dist-Zilla-PluginBundle-TestingMania.git. Instead of sending patches, please fork this project using the standard git and github infrastructure.

SOURCE

The development version is on github at http://github.com/doherty/Dist-Zilla-PluginBundle-TestingMania and may be cloned from git://github.com/doherty/Dist-Zilla-PluginBundle-TestingMania.git

BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests through the web interface at https://github.com/doherty/Dist-Zilla-PluginBundle-TestingMania/issues.

AUTHOR

Mike Doherty <doherty@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Mike Doherty.

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