Skip Menu |

This queue is for tickets about the ParseUtil-Domain CPAN distribution.

Report information
The Basics
Id: 123418
Status: new
Priority: 0/
Queue: ParseUtil-Domain

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.427
Fixed in: (no value)



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,