Subject: | base64digest should be b64digest |
The interface speced out in Digest.pm say that the base64 method
should be named 'b64digest'. You use 'base64digest'.
I think what you should do is inherit from 'Digest::base' so that
you get the "official" behaviour. You might then also make your 'base64digest' just call b64digest.