diff options
-rw-r--r-- | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 540b24b..f7f1131 100644 --- a/Makefile.PL +++ b/Makefile.PL | |||
@@ -10,6 +10,7 @@ WriteMakefile( | |||
10 | Class::Accessor => 0.22, | 10 | Class::Accessor => 0.22, |
11 | Test::More => 0.62, | 11 | Test::More => 0.62, |
12 | Carp => 0, | 12 | Carp => 0, |
13 | Test::Exception => 0, | ||
13 | }, # e.g., Module::Name => 1.1 | 14 | }, # e.g., Module::Name => 1.1 |
14 | ($] >= 5.005 ? ## Add these new keywords supported since 5.005 | 15 | ($] >= 5.005 ? ## Add these new keywords supported since 5.005 |
15 | (ABSTRACT_FROM => 'lib/Nagios/Plugin.pm', # retrieve abstract from module | 16 | (ABSTRACT_FROM => 'lib/Nagios/Plugin.pm', # retrieve abstract from module |