diff options
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 2d45e43..4c397f1 100644 --- a/Makefile.PL +++ b/Makefile.PL | |||
@@ -8,6 +8,7 @@ WriteMakefile( | |||
8 | PREREQ_PM => { | 8 | PREREQ_PM => { |
9 | Class::Struct => 0, | 9 | Class::Struct => 0, |
10 | Params::Validate => 0.24, | 10 | Params::Validate => 0.24, |
11 | Class::Accessor => 0.22, | ||
11 | }, # e.g., Module::Name => 1.1 | 12 | }, # e.g., Module::Name => 1.1 |
12 | ($] >= 5.005 ? ## Add these new keywords supported since 5.005 | 13 | ($] >= 5.005 ? ## Add these new keywords supported since 5.005 |
13 | (ABSTRACT_FROM => 'lib/Nagios/Plugin.pm', # retrieve abstract from module | 14 | (ABSTRACT_FROM => 'lib/Nagios/Plugin.pm', # retrieve abstract from module |