rurban / re-engine-PCRE2

use pcre-jit instead of slow perl regex
Other
1 stars 4 forks source link

Do not empty @ARGV in Makefile.PL #20

Closed ppisar closed 7 years ago

ppisar commented 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.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling ca459bc58be3f3064cdaa20f951a6a1c1f4c85bc on ppisar:eumm_args into bc3be35410f13f68a05fbe44e699e170cf64c374 on rurban:master.