summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index f7f1131..63b36da 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,11 +6,15 @@ WriteMakefile(
6 NAME => 'Nagios::Plugin', 6 NAME => 'Nagios::Plugin',
7 VERSION_FROM => 'lib/Nagios/Plugin/Functions.pm', # finds $VERSION 7 VERSION_FROM => 'lib/Nagios/Plugin/Functions.pm', # finds $VERSION
8 PREREQ_PM => { 8 PREREQ_PM => {
9 Params::Validate => 0.24, 9 Params::Validate => 0,
10 Class::Accessor => 0.22, 10 Class::Accessor => 0,
11 Test::More => 0.62, 11 Test::More => 0.62,
12 Carp => 0, 12 Carp => 0,
13 Test::Exception => 0, 13 Test::Exception => 0,
14 Config::Tiny => 0,
15 File::Spec => 0,
16 File::Basename => 0,
17 IO::File => 0,
14 }, # e.g., Module::Name => 1.1 18 }, # e.g., Module::Name => 1.1
15 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 19 ($] >= 5.005 ? ## Add these new keywords supported since 5.005
16 (ABSTRACT_FROM => 'lib/Nagios/Plugin.pm', # retrieve abstract from module 20 (ABSTRACT_FROM => 'lib/Nagios/Plugin.pm', # retrieve abstract from module