Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DOCSIS-ConfigFile CPAN distribution.

Report information
The Basics
Id: 87814
Status: resolved
Priority: 0/
Queue: DOCSIS-ConfigFile

People
Owner: Nobody in particular
Requestors: dragic.dusan [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.

Fixed in 0.66. Thank you!