inline-python-pm
inline-python-pm copied to clipboard
Add MIN_PERL_VERSION for kwalitee
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.