NAME

Dist::Zilla::Plugin::ApocalypseTests - Creates the Test::Apocalypse testfile for Dist::Zilla

DESCRIPTION

This is an extension of Dist::Zilla::Plugin::InlineFiles, providing the following files:

  • t/apocalypse.t - Runs the dist through Test::Apocalypse

    For more information on what the test does, please look at Test::Apocalypse.

    # In your dist.ini:
    [ApocalypseTests]

This plugin accepts the following options:

  • allow

    This option will be passed directly to Test::Apocalypse to control which sub-tests you want to run.

  • deny

    This option will be passed directly to Test::Apocalypse to control which sub-tests you want to run.

SEE ALSO

Dist::Zilla

Test::Apocalypse

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Dist::Zilla::Plugin::ApocalypseTests

Websites

Bugs

Please report any bugs or feature requests to bug-dist-zilla-plugin-apocalypsetests at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dist-Zilla-Plugin-ApocalypseTests. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

AUTHOR

Apocalypse <apocal@cpan.org>

Props goes out to JQUELIN for writing the Dist::Zilla::Plugin::CompileTests which was the base for this module.

COPYRIGHT AND LICENSE

Copyright 2010 by Apocalypse

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.