diff options
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 |
