Skip Menu |

This queue is for tickets about the Business-CompanyDesignator CPAN distribution.

Report information
The Basics
Id: 91207
Status: resolved
Priority: 0/
Queue: Business-CompanyDesignator

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

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



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)
On Thu Dec 05 23:04:12 2013, ANDK wrote: Show quoted text
> 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)
Thanks Andreas, I was trying to figure out what was up with those failures. I've bumped the perl version to 5.10.1 as suggested, and released a new version 0.05. Cheers, Gavin
Fixed in 0.05.