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
    *   Search CPAN

        <http://search.cpan.org/dist/Dist-Zilla-Plugin-ApocalypseTests>

    *   AnnoCPAN: Annotated CPAN documentation

        <http://annocpan.org/dist/Dist-Zilla-Plugin-ApocalypseTests>

    *   CPAN Ratings

        <http://cpanratings.perl.org/d/Dist-Zilla-Plugin-ApocalypseTests>

    *   CPAN Forum

        <http://cpanforum.com/dist/Dist-Zilla-Plugin-ApocalypseTests>

    *   RT: CPAN's Request Tracker

        <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-Zilla-Plugin-Apocalyp
        seTests>

    *   CPANTS Kwalitee

        <http://cpants.perl.org/dist/overview/Dist-Zilla-Plugin-ApocalypseTe
        sts>

    *   CPAN Testers Results

        <http://cpantesters.org/distro/D/Dist-Zilla-Plugin-ApocalypseTests.h
        tml>

    *   CPAN Testers Matrix

        <http://matrix.cpantesters.org/?dist=Dist-Zilla-Plugin-ApocalypseTes
        ts>

    *   Git Source Code Repository

        <http://github.com/apocalypse/perl-dist-zilla-plugin-apocalypsetests
        >

  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-Apocal
    ypseTests>. 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.

