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

fix MIN_PERL_VERSION for perl versions with underscores #432

Closed haarg closed 1 year ago

haarg commented 1 year ago

version->numify throws a warning when numifying alpha versions. numify throws warnings based on the caller's lexical warnings. We don't care. We just want the number.