Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 78671
Status: resolved
Priority: 0/
Queue: Business-ISBN

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

Bug Information
Severity: Normal
Broken in: 2.05
Fixed in: (no value)



Subject: t/isbn10.t failure - Bad group code?
I've gotten a failure on t/isbn10.t identical to this existing test. I am testing on perl 5.14 with an up to date module stack. Each module only is supplied what's explicitly depended on by the building module, so I'm suspicious of a missing dependency. My failure has happened on CentOS 5 and 6 both 32 and 64 bit. Any chance you can suggest what I might look at to find the problem? http://www.cpantesters.org/cpan/report/4a1a5366-d673-11e1-b77e-25da5c0dd171 t/isbn10.t ............... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/39 subtests # Failed test 'Bad group code [978-9997022576] is invalid' # at t/isbn13.t line 130. # got: '-1' # expected: '-2'
The latest ISBN data has a valid group code for 99970 (Haiti), so that's no longer giving the right error. Since it's valid, it goes on to verify the checksum, which is wrong. This gives the wrong error code as a return value. I fix this test in 2.05_03.