[Nagiosplug-checkins] Nagios-Plugin Makefile.PL,1.6,1.7

Ton Voon tonvoon at users.sourceforge.net
Tue Sep 26 14:17:03 CEST 2006


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

Modified Files:
	Makefile.PL 
Log Message:
Add test requirement of Test::More at level 0.62 (may work for lower, but cannot
test)


Index: Makefile.PL
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/Makefile.PL,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.PL	26 Sep 2006 08:09:13 -0000	1.6
+++ Makefile.PL	26 Sep 2006 12:17:01 -0000	1.7
@@ -9,6 +9,7 @@
         Class::Struct => 0,
         Params::Validate => 0.24,
 	Class::Accessor  => 0.22,
+	Test::More 	 => 0.62,
     }, # 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