Dist-Zilla-PluginBundle-TestingMania
view release on metacpan or search on metacpan
lib/Dist/Zilla/PluginBundle/TestingMania.pm view on Meta::CPAN
=item *
L<Dist::Zilla::Plugin::Test::UnusedVars>, which checks your dist for unused
variables. See L<Test::Vars> for details.
=item *
L<Dist::Zilla::Plugin::Test::Pod::LinkCheck>, which checks the links in your POD.
See L<Test::Pod::LinkCheck> for details.
=item *
L<Dist::Zilla::Plugin::Test::CPAN::Changes>, which checks your changelog for
conformance with L<CPAN::Changes::Spec>. See L<Test::CPAN::Changes> for details.
Set C<changelog> in F<dist.ini> if you don't use F<Changes>:
[@TestingMania]
changelog = CHANGELOG
=back
=head2 Disabling Tests
To exclude a testing plugin, specify them with C<disable> in F<dist.ini>
[@TestingMania]
disable = Test::DistManifest
disable = Test::Kwalitee
=head2 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 I<no effect>.
To enable a testing plugin, specify them in F<dist.ini>:
[@TestingMania]
enable = Test::Compile
=for test_synopsis 1;
__END__
=for Pod::Coverage configure mvp_multivalue_args
=head1 AVAILABILITY
The project homepage is L<http://metacpan.org/release/Dist-Zilla-PluginBundle-TestingMania/>.
The latest version of this module is available from the Comprehensive Perl
Archive Network (CPAN). Visit L<http://www.perl.com/CPAN/> to find a CPAN
site near you, or see L<https://metacpan.org/module/Dist::Zilla::PluginBundle::TestingMania/>.
=head1 SOURCE
The development version is on github at L<http://github.com/doherty/Dist-Zilla-PluginBundle-TestingMania>
and may be cloned from L<git://github.com/doherty/Dist-Zilla-PluginBundle-TestingMania.git>
=head1 BUGS AND LIMITATIONS
You can make new bug reports, and view existing ones, through the
web interface at L<https://github.com/doherty/Dist-Zilla-PluginBundle-TestingMania/issues>.
=head1 AUTHOR
Mike Doherty <doherty@cpan.org>
=head1 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.
=cut
( run in 1.822 second using v1.01-cache-2.11-cpan-39bf76dae61 )