Perl-Toolchain-Gang / ExtUtils-MakeMaker

Perl module to make Makefiles and build modules (what backs Makefile.PL)
https://metacpan.org/release/ExtUtils-MakeMaker
64 stars 76 forks source link

clean up and improve MIN_PERL_VERSION handling #374

Closed haarg closed 3 years ago

haarg commented 3 years ago

Rather than having special handling for some formats in MIN_PERL_VERSION, just use version.pm. We have a private implementation always available even if the real version.pm isn't. This allows versions like v5.10 or 5.008_001 to be supported.

This also adjusts the warnings and errors to be more consistent and informative.

This addresses RT#133489