Subject: | No need to depend on Digest::SHA1 |
Date: | Tue, 26 Jul 2011 09:35:49 +0200 |
To: | bug-Net-OAuth [...] rt.cpan.org |
From: | Salvatore Bonaccorso <carnil [...] debian.org> |
Hi Keith
Digest::HMAC changed to use not anymore Digest::SHA1. Net::OAuth was
depending on Digest::SHA1 for Digest::HMAC? I cannot find any
reference in the code which uses directly Digest::SHA1. If I'm
correctly, could you drop the dependency on Digest::SHA1?
Digest::SHA is in perl core since 5.9.3 and it has quite identical
interface as Digest::SHA1, it defaults to SHA1 and furthermore this
would be reducing the external dependencies by one.
Could you apply this change?
Regards
Salvatore
Message body not shown because it is not plain text.