From 39ed601300993eda8ca860aca57f59914f5de948 Mon Sep 17 00:00:00 2001 From: Max Baker <> Date: Thu, 17 Apr 2003 21:21:17 +0000 Subject: [PATCH] Added bigint req --- Makefile.PL | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 3ba57027..ea0d270b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,8 +5,12 @@ use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'SNMP::Info', 'VERSION_FROM' => 'Info.pm', -# SNMP not available on CPAN -- not installable by CPAN -# 'PREREQ_PM' => {'SNMP' => '4'}, + 'PREREQ_PM' => { + 'Math::BigInt' => 0 + # SNMP not available on CPAN . + # Install with net-snmp.sourceforge.net + # 'SNMP' => '4' + }, ($] >= 5.005 ? (ABSTRACT_FROM => 'Info.pm', AUTHOR => 'Max Baker ')