Subject: | Decoding is case sensitive |
If the string supplied to decode() is not upper case, decoding fails to happen correctly. For example,
$ perl -e'use MIME::Base32 qw/ RFC /; print MIME::Base32::encode("{}")."\n";'
PN6Q
$ perl -e'use MIME::Base32 qw/ RFC /; print MIME::Base32::decode("PN6Q")."\n";'
{}
$ perl -e'use MIME::Base32 qw/ RFC /; print MIME::Base32::decode("pn6q")."\n";'
sw�