Scroll to navigation

Dist::Zilla::Plugin::MinimumPerlFast(3pm) User Contributed Perl Documentation Dist::Zilla::Plugin::MinimumPerlFast(3pm)

NAME

Dist::Zilla::Plugin::MinimumPerlFast - Quickly detects the minimum version of Perl required for your dist

VERSION

version 0.003

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:
 [MinimumPerlFast]

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.

2020-04-05 perl v5.30.0