Subject: | use Digest::SHA even for sha1 digest |
Date: | Fri, 5 Aug 2011 20:06:29 +0200 |
To: | bug-Data-Serializer [...] rt.cpan.org |
From: | Salvatore Bonaccorso <carnil [...] cpan.org> |
Hi
Attached patch changes the module to use Digest::SHA instead of
Digest::SHA1. Digest::SHA is part of the standard perl distribution
since perl v5.9.3 so this reduces the number of external
dependencies by one.
Please consider applying it for the next release.
With this change, it will still be possible to use SHA1, as
Digest::SHA defaults to SHA-1. Do you agree on the change? It would be
great to get rid of the Digest::SHA1 "dependency".
Regards,
Salvatore
Message body is not shown because sender requested not to inline it.
Message body not shown because it is not plain text.