NAME

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

VERSION

version 0.25

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]

Testing plugins

Disabling Tests

To exclude a testing plugin, specify them with disable in dist.ini

    [@TestingMania]
    disable = Test::DistManifest
    disable = Test::Kwalitee

Enabling Tests

This pluginbundle may have 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, specify them in dist.ini:

    [@TestingMania]
    enable = Test::Compile

AVAILABILITY

The project homepage is http://metacpan.org/release/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 https://metacpan.org/module/Dist::Zilla::PluginBundle::TestingMania/.

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

You can make new bug reports, and view existing ones, 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.