NAME
Dist::Zilla::Plugin::CompileTests - common tests to check syntax of your modules
VERSION
version 0.1.1
SYNOPSIS
In your dist.ini:
[CompileTests]
DESCRIPTION
This is an extension of Dist::Zilla::Plugin::InlineFiles, providing the following files:
t/00-compile.t - a standard test to check syntax of bundled modules
This test will find all modules and scripts in your dist, and try to compile them one by one. This means it's a bit slower than loading them all at once, but it will catch more errors.
This plugin does not accept any option.
AUTHOR
Jerome Quelin
COPYRIGHT AND LICENSE
This software is copyright (c) 2009 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.