Closed skaji closed 4 years ago
Thanks for bringing this up. We discussed this, and people felt that requiring 6.64 on such a basic module was wrong; that we should instead get it to work on earlier versions. So someone worked up a different solution that we are going with that doesn't force such a high EUMM. #130. I believe your patch would work fine as-is; it's just that we think we shouldn't require 6.64
@khwilliamson Fair enough, thanks!
@khwilliamson Could you make a new release?
Currently we cannot install Pod::Simple with old perls because it requires ExtUtils::MakeMaker 6.64 in configure phase, but it is not listed in META.json.
This PR adds ExtUtils::MakeMaker 6.64 to CONFIGURE_REQUIRES.