From e8507ab9e445f04e60af9ec110decfba4af15790 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 28 Nov 2010 20:26:08 +0000 Subject: [PATCH] added SNMP::Multi dependency --- Makefile.PL | 4 ++++ bin/install-debian.sh | 1 + 2 files changed, 5 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index 7ab17d1..e77c8fd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,6 +26,10 @@ features( -default => 1, 'Net::OpenSSH', ], + 'snmp' => [ + -default => 0, + 'SNMP::Multi', + ], ); build_requires 'Test::More'; diff --git a/bin/install-debian.sh b/bin/install-debian.sh index cc325fa..ac57a26 100755 --- a/bin/install-debian.sh +++ b/bin/install-debian.sh @@ -1,6 +1,7 @@ sudo apt-get install \ libnet-dhcp-perl libmodule-install-perl libautodie-perl libmodule-refresh-perl libnet-dns-perl libregexp-common-perl libdata-structure-util-perl libxml-simple-perl \ libfile-slurp-perl libsoap-lite-perl libsub-exporter-perl \ + libsnmp-multi-perl \ nmap bridge-utils \ uml-utilities \ couchdb \ -- 2.20.1