From 0cd3ba27c05dcdc0785202eedbe8365ed488f2e7 Mon Sep 17 00:00:00 2001 From: Max Baker <> Date: Thu, 6 Mar 2003 21:02:56 +0000 Subject: [PATCH] removed snmp requirement --- Makefile.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 6dc1d97f..3ba57027 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,8 @@ use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'SNMP::Info', 'VERSION_FROM' => 'Info.pm', - 'PREREQ_PM' => {'SNMP' => '4'}, +# SNMP not available on CPAN -- not installable by CPAN +# 'PREREQ_PM' => {'SNMP' => '4'}, ($] >= 5.005 ? (ABSTRACT_FROM => 'Info.pm', AUTHOR => 'Max Baker ')