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