
Dist::Zilla::Plugin::Test::Compile - common tests to check syntax of your modules

version 1.112820

In your dist.ini:
[Test::Compile]
skip = Test$
fake_home = 1
needs_display = 1

This is an extension of Dist::Zilla::Plugin::InlineFiles, providing the following files:
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.
We currently only check bin/, script/ and scripts/ for scripts.
This plugin accepts the following options:
Foo::Bar), not the file path (lib/Foo/Bar.pm).
You can also look for information on this module at:
http://cpanratings.perl.org/d/Dist-Zilla-Plugin-Test-Compile
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-Zilla-Plugin-Test-Compile
http://github.com/jquelin/dist-zilla-plugin-test-compile.git.

Jerome Quelin

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.