Subject: | [Patch] Use Digest::SHA instead of Digest::SHA1 |
Date: | Tue, 13 Aug 2013 14:27:52 +0200 |
To: | bug-docsis-configfile <bug-docsis-configfile [...] rt.cpan.org> |
From: | Dušan Dragić <dragic.dusan [...] gmail.com> |
In newer perl versions Digest::SHA is builtin and is a drop-in replacement
for Digest::SHA1.
Digest::SHA1 doesn't exist on Debian so we should use Digest::SHA.
Tested in Debian squeeze (perl v5.10.1), Debian wheezy (perl v5.14.2)
and Fedora 19 (perl v5.16.3).
Message body is not shown because sender requested not to inline it.