Skip Menu |

This queue is for tickets about the Math-Base36 CPAN distribution.

Report information
The Basics
Id: 18347
Status: resolved
Priority: 0/
Queue: Math-Base36

People
Owner: Nobody in particular
Requestors: admin [...] icsol.biz
Cc:
AdminCc:

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



Subject: bug in Math::Base36::decode_base36
Math::Base36::decode_base36 assumes that $[ == 1 and will not work correctly with $[ == 0. $[ == 0 is default on my perl (v5.8.6 built for i686-linux). This is example: $ perl -e 'use Math::Base36 ":all"; print decode_base36(encode_base36 (0))' Math::Base36::decode_base36 -- invalid base 36 digit: '0' at -e line 1