NAME
    Dist::Zilla::Plugin::MinimumPerl - Detects the minimum version of Perl
    required for your dist

DESCRIPTION
    This plugin uses Perl::MinimumVersion to automatically find the minimum
    version of Perl required for your dist and adds it to the prereqs. You
    can specify a version of Perl to override the scanning logic.

            # In your dist.ini:
            [MinimumPerl]

    This plugin accepts the following options:

    *   perl

        Specify a version of perl required for the dist. Please specify it
        in a format that Build.PL/Makefile.PL understands! If this is
        specified, this module will not attempt to automatically detect the
        minimum version of Perl.

        Example: 5.008008

SEE ALSO
    Dist::Zilla

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

            perldoc Dist::Zilla::Plugin::MinimumPerl

  Websites
    *   Search CPAN

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

    *   AnnoCPAN: Annotated CPAN documentation

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

    *   CPAN Ratings

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

    *   CPAN Forum

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

    *   RT: CPAN's Request Tracker

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

    *   CPANTS Kwalitee

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

    *   CPAN Testers Results

        <http://cpantesters.org/distro/D/Dist-Zilla-Plugin-MinimumPerl.html>

    *   CPAN Testers Matrix

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

    *   Git Source Code Repository

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

  Bugs
    Please report any bugs or feature requests to
    "bug-dist-zilla-plugin-minimumperl at rt.cpan.org", or through the web
    interface at
    <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dist-Zilla-Plugin-Minimu
    mPerl>. 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>

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.

