summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorGavin Carr <gonzai@users.sourceforge.net>2007-01-19 02:57:36 (GMT)
committerGavin Carr <gonzai@users.sourceforge.net>2007-01-19 02:57:36 (GMT)
commitbc88f3deebba11a2a41839972a049a3c98451e34 (patch)
treee7ceb76a66ccf8f3bd3061031f449d3167c6637b /Makefile.PL
parent6cfaa9e19ec827ec889be1713552a9eb3798a593 (diff)
downloadmonitoring-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.PL1
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