Subject: | Fails with perl == 5.10.0 |
As per subject. Best illustrated in the matrix:
http://matrix.cpantesters.org/?dist=Business-CompanyDesignator%200.04
Sample fail report:
http://www.cpantesters.org/cpan/report/27ba4220-4d16-11e3-bd14-e3bee4621ba3
More to the point, there was a bug in 5.10.0, described in ticket https://rt.perl.org/Public/Bug/Display.html?id=57042 which is triggered here too. Workaround is adding a
BEGIN { ${^RE_TRIE_MAXBUF}=-1; }
Since 5.10.0 is rarely used, it's probably best to simply bump perl_version to 5.010001.
HTH && Thanks,
(Disclaimer: this was discovered by statistical analysis, I'm not speaking as a user)