From d56d5a0d2d4b29ac2a296bc39a7b80862a7f7e8f Mon Sep 17 00:00:00 2001 From: Gavin Carr Date: Thu, 8 Feb 2007 05:16:15 +0000 Subject: Add initial --default-opts implementation to Nagios::Plugin::Getopt. git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1616 f882894a-f735-0410-b71e-b25c423dba1c --- Makefile.PL | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index f7f1131..63b36da 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,11 +6,15 @@ WriteMakefile( NAME => 'Nagios::Plugin', VERSION_FROM => 'lib/Nagios/Plugin/Functions.pm', # finds $VERSION PREREQ_PM => { - Params::Validate => 0.24, - Class::Accessor => 0.22, + Params::Validate => 0, + Class::Accessor => 0, Test::More => 0.62, Carp => 0, Test::Exception => 0, + Config::Tiny => 0, + File::Spec => 0, + File::Basename => 0, + IO::File => 0, }, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'lib/Nagios/Plugin.pm', # retrieve abstract from module -- cgit v1.2.3-74-g34f1