From: | CARNIL [...] cpan.org |
Subject: | lib/LWP/Authen/Wsse.pm uses Digest::SHA1 |
Hi
This bug has been forwarded from http://bugs.debian.org/694486
lib/LWP/Authen/Wsse.pm uses Digest::SHA1, however Digest::SHA is part of
the standard perl distribution since perl v5.9.3 so this reduces the
number of external dependencies by one.
In most cases just replacing Digest::SHA1 by Digest::SHA should be
enough. Also change Digest/SHA1.pm to Digest/SHA.pm.
Thanks in advance,
Salvatore Bonaccorso, Debian Perl Group