added SNMP::Multi dependency
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 28 Nov 2010 20:26:08 +0000 (20:26 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 28 Nov 2010 20:26:08 +0000 (20:26 +0000)
Makefile.PL
bin/install-debian.sh

index 7ab17d1..e77c8fd 100644 (file)
@@ -26,6 +26,10 @@ features(
                -default => 1,
                'Net::OpenSSH',
        ],
+       'snmp' => [
+               -default => 0,
+               'SNMP::Multi',
+       ],
 );
 
 build_requires 'Test::More';
index cc325fa..ac57a26 100755 (executable)
@@ -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 \