summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorGavin Carr <gonzai@users.sourceforge.net>2007-03-16 11:25:15 (GMT)
committerGavin Carr <gonzai@users.sourceforge.net>2007-03-16 11:25:15 (GMT)
commitc6cbf050974c8f6642fa1d7bde309710b66cbfa0 (patch)
tree0eb0ea62814b0623fb619c2af3287a585de48c2c /Makefile.PL
parente5109f99c9657a1a8e9fb32b19254a417e2ccd65 (diff)
downloadmonitoring-plugin-perl-c6cbf050974c8f6642fa1d7bde309710b66cbfa0.tar.gz
Cleanups, mostly to N::P::Range/Threshold/Performance.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1641 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 63b36da..c043edb 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -10,11 +10,11 @@ WriteMakefile(
10 Class::Accessor => 0, 10 Class::Accessor => 0,
11 Test::More => 0.62, 11 Test::More => 0.62,
12 Carp => 0, 12 Carp => 0,
13 Test::Exception => 0,
14 Config::Tiny => 0, 13 Config::Tiny => 0,
15 File::Spec => 0, 14 File::Spec => 0,
16 File::Basename => 0, 15 File::Basename => 0,
17 IO::File => 0, 16 IO::File => 0,
17 Math::Calc::Units => 0, # used in N::P::Performance
18 }, # e.g., Module::Name => 1.1 18 }, # e.g., Module::Name => 1.1
19 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 19 ($] >= 5.005 ? ## Add these new keywords supported since 5.005
20 (ABSTRACT_FROM => 'lib/Nagios/Plugin.pm', # retrieve abstract from module 20 (ABSTRACT_FROM => 'lib/Nagios/Plugin.pm', # retrieve abstract from module