SNMP is available from CPAN again, stop smoke test failures

This commit is contained in:
Eric Miller
2008-07-19 03:16:01 +00:00
parent 4e666d63b3
commit 6c7df418af

View File

@@ -1,22 +1,28 @@
# SNMP::Info - Makefile.PL
# $Id$
use strict;
use warnings;
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'SNMP::Info',
'VERSION_FROM' => 'Info.pm',
'PREREQ_PM' => {
'Math::BigInt' => 0
# SNMP not available on CPAN .
# Install with net-snmp.sourceforge.net
# 'SNMP' => '4'
NAME => 'SNMP::Info',
VERSION_FROM => 'Info.pm',
PL_FILES => {},
PREREQ_PM => {
'Test::More' => 0,
'Math::BigInt' => 0,
'SNMP' => 0,
},
($] >= 5.005 ?
(ABSTRACT_FROM => 'Info.pm',
AUTHOR => 'Max Baker <max@warped.org>')
AUTHOR => 'Eric A. Miller <eric@jeneric.org>',)
: ()
),
'PMLIBDIRS' => ['Info','$(BASEEXT)'],
PMLIBDIRS => ['Info','$(BASEEXT)'],
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'SNMP-Info-*' },
realclean => { FILES => 'Makefile.old' },
);
sub MY::postamble { "