The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

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-MinimumPerl. 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.