[Nagiosplug-checkins] Nagios-Plugin Makefile.PL,1.9,1.10

Gavin Carr gonzai at users.sourceforge.net
Fri Jan 19 03:57:38 CET 2007


Update of /cvsroot/nagiosplug/Nagios-Plugin
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv30703

Modified Files:
	Makefile.PL 
Log Message:
Add missing Test::Exception dependency.

Index: Makefile.PL
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/Makefile.PL,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile.PL	18 Dec 2006 23:42:27 -0000	1.9
+++ Makefile.PL	19 Jan 2007 02:57:36 -0000	1.10
@@ -10,6 +10,7 @@
         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





More information about the Commits mailing list