From e0486d70c246c59d28a8ffdc042e9b8010978d2d Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Mon, 18 Sep 2006 19:31:53 +0000 Subject: Add pre-requisite. Start removing individual author and using Nagiosplug team instead git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1479 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/Makefile.PL b/Makefile.PL index 0e3ad73..30bfe77 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,8 +5,8 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Nagios::Plugin', VERSION_FROM => 'lib/Nagios/Plugin/Base.pm', # finds $VERSION - PREREQ_PM => {}, # e.g., Module::Name => 1.1 + PREREQ_PM => {Params::Validate => 0.24}, # 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 - AUTHOR => 'Ton Voon ') : ()), + AUTHOR => 'Nagios Plugin Development Team ') : ()), ); -- cgit v0.10-9-g596f