From 1c7b1e2916816829da6e8ae7b601e0511e506237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henryk=20Pl=C3=B6tz?= Date: Fri, 3 Oct 2014 20:32:15 +0200 Subject: Use Digest::SHA instead of Digest::SHA1. Digest::SHA1 is not available in Ubuntu repositories, and is fully replaced by Digest::SHA. https://bugs.launchpad.net/ubuntu/+source/libdigest-sha1-perl/+bug/993648 --- tinydns-sign.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinydns-sign.pl') diff --git a/tinydns-sign.pl b/tinydns-sign.pl index fd72033..20cca1e 100755 --- a/tinydns-sign.pl +++ b/tinydns-sign.pl @@ -16,7 +16,7 @@ use strict; use Fcntl; -use Digest::SHA1 qw(sha1 sha1_hex); +use Digest::SHA qw(sha1 sha1_hex); use Crypt::OpenSSL::RSA; use MIME::Base64; -- cgit v1.2.3