Skip Menu |

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

Maintainer(s)' notes

Please contact me if you want to take over this module, I don't have time to update it unfortunately.

Report information
The Basics
Id: 4314
Status: resolved
Worked: 15 min
Priority: 0/
Queue: Business-IBAN

People
Owner: TINITA [...] cpan.org
Requestors: mivkovic [...] cpan.org
Cc:
AdminCc:

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



Subject: icorrect IBANs found valid
Hello, Testing Business::IBAN, it appears to find incorrect IBAN numbers valid. For example : Show quoted text
>perl -MBusiness::IBAN -ne "chomp; $i=new Business::IBAN; print qq('$_' found valid\n) if $i->valid($_);"
CH0900255255F66522630 'CH0900255255F66522630' found valid DE14250 5255 F665 2264 0 'DE14250 5255 F665 2264 0' found valid Are you aware of the problem? Are you still maintaining the package? In case it's useful: Show quoted text
>perl -MMath::BigInt -e "print $Math::BigInt::VERSION"
1.60 Show quoted text
>perl -v
This is perl, v5.8.0 built for MSWin32-x86-multi-thread ... Binary build 806 provided by ActiveState ... Best, Milivoj
this was indeed a bug as i did not check for characters other than numbers before converting to Math::BigInt. Now it should work, I have uploaded Version 0.04; it should appear soon on search.cpan.org. Thanks for testing! regards, tina
ok, i'll have a further look at it and into the specifications (maybe some have changed since last year)
ok, i'll have a further look at it and into the specifications (maybe some have changed since last year)
[MIVKOVIC - Thu Nov 6 12:37:57 2003]: Show quoted text
> I'm afraid v. 0.04 will need to be updated to 0.05 :)...
ok, now it is =) I actually got the specifications wrong. In some countries the BBANS can contain letters, which have to be converted to their ascii codes. I hope this version will work; at least your tests pass. thanks again for your testing. regards, tina