From bc88f3deebba11a2a41839972a049a3c98451e34 Mon Sep 17 00:00:00 2001 From: Gavin Carr Date: Fri, 19 Jan 2007 02:57:36 +0000 Subject: Add missing Test::Exception dependency. git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1567 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/Makefile.PL b/Makefile.PL index 540b24b..f7f1131 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,6 +10,7 @@ WriteMakefile( Class::Accessor => 0.22, Test::More => 0.62, Carp => 0, + Test::Exception => 0, }, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'lib/Nagios/Plugin.pm', # retrieve abstract from module -- cgit v0.10-9-g596f