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

disable strict when evaling hints files #375

Closed haarg closed 3 years ago

haarg commented 3 years ago

Hints files are very commonly written not expecting strict to be enabled. Prior to PR#367, hints were processed with a 'do', so strict would not be enabled.

Fixes RT#133492

toddr commented 3 years ago

Thanks for submitting this fix!