niner / inline-python-pm

Inline::Python - Write Perl subs and classes in Python.
https://metacpan.org/release/Inline-Python
20 stars 13 forks source link

Add MIN_PERL_VERSION for kwalitee #24

Open openstrike opened 6 years ago

openstrike commented 6 years ago

This updates Makefile.PL to specify 5.6.0 as the minimum perl version as this is required for the use of "our" in Python.pm.

Although t/20unicode.t needs 5.8.0, it gracefully handles older perls and is not necessary for runtime.

This PR is provided as part of the CPAN PR Challenge. Thanks for taking part.