Skip Menu |

This queue is for tickets about the Summerset-IsbnConverter CPAN distribution.

Report information
The Basics
Id: 83683
Status: new
Priority: 0/
Queue: Summerset-IsbnConverter

People
Owner: DJCURTIS [...] cpan.org
Requestors: govind201 [...] gmail.com
Cc:
AdminCc:

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



Subject: Validate fails when check digit returned is "10"
generateIsbn13CheckDigit() returns "10" rather than "0" as output at time (for example, when input is 978000731261). When "10" is returned, validateIsbn13() fails, since the last digit ("0") doesn't match with the returned value ("10").