Subject: | Use Digest::SHA instead of Digest::SHA1 |
Date: | Thu, 12 Aug 2010 14:05:52 +0900 |
To: | bug-Apache-Htpasswd [...] rt.cpan.org |
From: | Ansgar Burchardt <ANSGAR [...] cpan.org> |
Hi,
the attached patch changes Apache::Htpasswd to use the Digest::SHA module
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.
The patch also fixes the test to check for Digest::SHA instead of
Digest::MD5 when testing SHA1-hashed passwords.
Please consider applying it for the next release.
Regards,
Ansgar
Message body is not shown because sender requested not to inline it.