Subject: | Makefile.PL should check for EU::MM 6.31 instead of 6.21 |
The version check in Makefile.PL should be
(eval { ExtUtils::MakeMaker->VERSION(6.31) } ? (LICENSE => 'perl') : ()),
instead of
(eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()),
since that is the first non dev version that supports LICENSE