preaction / Minion-Backend-mysql

MySQL backend for the 🐙 Minion job runner
Other
7 stars 14 forks source link

Set minimum perl version explicitly #3

Closed paultcochrane closed 6 years ago

paultcochrane commented 6 years ago

This change makes the dist satisfy the meta_yml_declares_perl_version CPANTS requirement. The minimum version was found via the perlver script of the Perl::MinimumVersion module.

This PR is submitted in the hope that it is useful. If you have any questions or comments, please just let me know. Also, if you want anything changed, I'm happy to update the PR and resubmit.

preaction commented 6 years ago

They already can't install Minion/Mojolicious without a certain version of Perl, but it's better to be explicit. Thanks!