[Nagiosplug-checkins] Nagios-Plugin Makefile.PL,1.2,1.3
Ton Voon
tonvoon at users.sourceforge.net
Mon Sep 18 21:31:55 CEST 2006
Update of /cvsroot/nagiosplug/Nagios-Plugin
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv32258
Modified Files:
Makefile.PL
Log Message:
Add pre-requisite. Start removing individual author and using Nagiosplug team
instead
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/Makefile.PL,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.PL 31 Aug 2006 08:19:01 -0000 1.2
+++ Makefile.PL 18 Sep 2006 19:31:53 -0000 1.3
@@ -5,8 +5,8 @@
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 <ton.voon at altinity.com>') : ()),
+ AUTHOR => 'Nagios Plugin Development Team <nagiosplug-devel at lists.sourceforge.net>') : ()),
);
More information about the Commits
mailing list