diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-26 23:41:33 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-29 07:16:42 +0700 |
commit | 70ce018ac8758282f436e529a3c3ef50a3b297a5 (patch) | |
tree | 496d79aa607e976d52d5bfd74a3c4e37f7100878 /system/munin-node/munin-node.info | |
parent | 3bf01fd6e49b989ee1c677d6cf688b5a8775538f (diff) | |
download | slackbuilds-70ce018ac8758282f436e529a3c3ef50a3b297a5.tar.gz |
Multiple: Add perl-Module-Build to REQUIRES.
Module::Build was removed from the perl-5.22 core. It is no longer
the preferred build method, but these modules still need it.
Some of these modules have newer versions available, but they still
use Module::Build.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/munin-node/munin-node.info')
-rw-r--r-- | system/munin-node/munin-node.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/munin-node/munin-node.info b/system/munin-node/munin-node.info index e589075e0f..dea380e116 100644 --- a/system/munin-node/munin-node.info +++ b/system/munin-node/munin-node.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.munin-monitoring.org/munin/stable/2.0.25/munin-2.0.25 MD5SUM="b418a667ce42665557329a7ac3bd1b93" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="perl-Net-Server Net-SSLeay" +REQUIRES="perl-Net-Server Net-SSLeay perl-Module-Build" MAINTAINER="Jonathan Chapman" EMAIL="glitch@glitchwrks.com" |