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

NAME

Dist::Zilla::Plugin::MinimumPerlFast - Fast minimum perl version finder

VERSION

version 0.001

DESCRIPTION

This plugin uses Perl::MinimumVersion::Fast to automatically find the minimum version of Perl required for your dist and adds it to the prereqs.

# In your dist.ini: [MinimumPerl]

This plugin will search for files matching /\.(t|pl|pm)$/i in the lib/, bin/, and t/ directories.

SEE ALSO Dist::Zilla

AUTHOR

Leon Timmermans <leont@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Leon Timmermans.

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