diff options
author | Gavin Carr <gonzai@users.sourceforge.net> | 2007-03-16 11:25:15 +0000 |
---|---|---|
committer | Gavin Carr <gonzai@users.sourceforge.net> | 2007-03-16 11:25:15 +0000 |
commit | c6cbf050974c8f6642fa1d7bde309710b66cbfa0 (patch) | |
tree | 0eb0ea62814b0623fb619c2af3287a585de48c2c /Makefile.PL | |
parent | e5109f99c9657a1a8e9fb32b19254a417e2ccd65 (diff) | |
download | monitoring-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.PL | 2 |
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 |