Subject: | No need to depend on Digest::SHA1 |
Date: | Tue, 26 Jul 2011 10:56:54 +0200 |
To: | bug-MooseX-Storage [...] rt.cpan.org |
From: | Salvatore Bonaccorso <carnil [...] cpan.org> |
Hi
Digest::HMAC changed to use not anymore Digest::SHA1. MooseX::Storage
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