Subject: | Fails with perl < 5.14 |
As per subject. Best illustrated with the matrix:
http://matrix.cpantesters.org/?dist=ParseUtil-Domain%202.427
Sample fail report:
http://www.cpantesters.org/cpan/report/ffe69268-b3c7-11e7-8389-a8376615c8d3
Diagnostics:
Sequence (?^...) not recognized in regex; marked by <-- HERE in m/
(?^ <-- HERE [...line shortened for brevity...]
Indeed, the "(?^...)" construct to signify default modifiers in regexps was introduced with 5.14.
If tyou want to keep that (which is prefectly fine), it would be cool if you could declare your requirement. That way the FAILS are converted to UNKNOWNS. Details about how to do it are on this page: http://wiki.cpantesters.org/wiki/CPANAuthorNotes HTH&&Thanks,