diff options
author | Gavin Carr <gonzai@users.sourceforge.net> | 2007-01-19 02:57:36 +0000 |
---|---|---|
committer | Gavin Carr <gonzai@users.sourceforge.net> | 2007-01-19 02:57:36 +0000 |
commit | bc88f3deebba11a2a41839972a049a3c98451e34 (patch) | |
tree | e7ceb76a66ccf8f3bd3061031f449d3167c6637b /Makefile.PL | |
parent | 6cfaa9e19ec827ec889be1713552a9eb3798a593 (diff) | |
download | monitoring-plugin-perl-bc88f3deebba11a2a41839972a049a3c98451e34.tar.gz |
Add missing Test::Exception dependency.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1567 f882894a-f735-0410-b71e-b25c423dba1c
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 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 |