Closed ppisar closed 7 years ago
Current code empties @ARGV before ExtUtils::MakeMaker can parse it. Therefore any positional arguments to Makefile.PL intended for EU::MM are ignored.
This patch fixes it.
Coverage remained the same at 100.0% when pulling ca459bc58be3f3064cdaa20f951a6a1c1f4c85bc on ppisar:eumm_args into bc3be35410f13f68a05fbe44e699e170cf64c374 on rurban:master.
Current code empties @ARGV before ExtUtils::MakeMaker can parse it. Therefore any positional arguments to Makefile.PL intended for EU::MM are ignored.
This patch fixes it.