summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-09-18 19:31:53 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-09-18 19:31:53 (GMT)
commite0486d70c246c59d28a8ffdc042e9b8010978d2d (patch)
treeefef3c674a4ddc2e82aa1c0fd2cadb3124e4abf7 /Makefile.PL
parent22a5502e1c9f6e160b0f85656de4fe2ea21a6dee (diff)
downloadmonitoring-plugin-perl-e0486d70c246c59d28a8ffdc042e9b8010978d2d.tar.gz
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
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 2 insertions, 2 deletions
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;
5WriteMakefile( 5WriteMakefile(
6 NAME => 'Nagios::Plugin', 6 NAME => 'Nagios::Plugin',
7 VERSION_FROM => 'lib/Nagios/Plugin/Base.pm', # finds $VERSION 7 VERSION_FROM => 'lib/Nagios/Plugin/Base.pm', # finds $VERSION
8 PREREQ_PM => {}, # e.g., Module::Name => 1.1 8 PREREQ_PM => {Params::Validate => 0.24}, # e.g., Module::Name => 1.1
9 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 9 ($] >= 5.005 ? ## Add these new keywords supported since 5.005
10 (ABSTRACT_FROM => 'lib/Nagios/Plugin.pm', # retrieve abstract from module 10 (ABSTRACT_FROM => 'lib/Nagios/Plugin.pm', # retrieve abstract from module
11 AUTHOR => 'Ton Voon <ton.voon@altinity.com>') : ()), 11 AUTHOR => 'Nagios Plugin Development Team <nagiosplug-devel@lists.sourceforge.net>') : ()),
12); 12);