summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Smokeping/Master.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping/Master.pm b/lib/Smokeping/Master.pm
index bb06921..7024c1a 100644
--- a/lib/Smokeping/Master.pm
+++ b/lib/Smokeping/Master.pm
@@ -5,7 +5,7 @@ use Storable qw(nstore dclone retrieve);
use strict;
use warnings;
use Fcntl qw(:flock);
-use Digest::MD5 qw(hmac_md5_hex);
+use Digest::HMAC_MD5 qw(hmac_md5_hex);
=head1 NAME