Dist-Zilla-PluginBundle-TestingMania
view release on metacpan or search on metacpan
README.mkdn view on Meta::CPAN
[Test::MinimumVersion](https://metacpan.org/pod/Test::MinimumVersion) for details and limitations.
- [Dist::Zilla::Plugin::MojibakeTests](https://metacpan.org/pod/Dist::Zilla::Plugin::MojibakeTests), which tests for the correct
source/documentation character encoding.
- [Dist::Zilla::Plugin::Test::NoTabs](https://metacpan.org/pod/Dist::Zilla::Plugin::Test::NoTabs), which ensures you don't use _The Evil
Character_. See [Test::NoTabs](https://metacpan.org/pod/Test::NoTabs) for details. If you wish to exclude this plugin,
see ["Disabling Tests"](#disabling-tests).
- [Dist::Zilla::Plugin::PodCoverageTests](https://metacpan.org/pod/Dist::Zilla::Plugin::PodCoverageTests), which checks that you have Pod
documentation for the things you should have it for. See [Test::Pod::Coverage](https://metacpan.org/pod/Test::Pod::Coverage)
for what that means.
- [Dist::Zilla::Plugin::PodSyntaxTests](https://metacpan.org/pod/Dist::Zilla::Plugin::PodSyntaxTests), which checks that your Pod is
well-formed. See [Test::Pod](https://metacpan.org/pod/Test::Pod) and [perlpod](https://metacpan.org/pod/perlpod) for details.
- [Dist::Zilla::Plugin::Test::Portability](https://metacpan.org/pod/Dist::Zilla::Plugin::Test::Portability), which performs some basic tests to
ensure portability of file names. See [Test::Portability::Files](https://metacpan.org/pod/Test::Portability::Files) for what
that means.
- [Dist::Zilla::Plugin::Test::Synopsis](https://metacpan.org/pod/Dist::Zilla::Plugin::Test::Synopsis), which does syntax checking on the code
from your SYNOPSIS section. See [Test::Synopsis](https://metacpan.org/pod/Test::Synopsis) for details and limitations.
- [Dist::Zilla::Plugin::Test::UnusedVars](https://metacpan.org/pod/Dist::Zilla::Plugin::Test::UnusedVars), which checks your dist for unused
variables. See [Test::Vars](https://metacpan.org/pod/Test::Vars) for details.
- [Dist::Zilla::Plugin::Test::Pod::LinkCheck](https://metacpan.org/pod/Dist::Zilla::Plugin::Test::Pod::LinkCheck), which checks the links in your POD.
See [Test::Pod::LinkCheck](https://metacpan.org/pod/Test::Pod::LinkCheck) for details.
- [Dist::Zilla::Plugin::Test::CPAN::Changes](https://metacpan.org/pod/Dist::Zilla::Plugin::Test::CPAN::Changes), which checks your changelog for
conformance with [CPAN::Changes::Spec](https://metacpan.org/pod/CPAN::Changes::Spec). See [Test::CPAN::Changes](https://metacpan.org/pod/Test::CPAN::Changes) for details.
Set `changelog` in `dist.ini` if you don't use `Changes`:
[@TestingMania]
changelog = CHANGELOG
## 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/](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/](http://www.perl.com/CPAN/) to find a CPAN
site near you, or see [https://metacpan.org/module/Dist::Zilla::PluginBundle::TestingMania/](https://metacpan.org/module/Dist::Zilla::PluginBundle::TestingMania/).
# SOURCE
The development version is on github at [http://github.com/doherty/Dist-Zilla-PluginBundle-TestingMania](http://github.com/doherty/Dist-Zilla-PluginBundle-TestingMania)
and may be cloned from [git://github.com/doherty/Dist-Zilla-PluginBundle-TestingMania.git](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](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.
( run in 0.595 second using v1.01-cache-2.11-cpan-39bf76dae61 )