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

Ton Voon tonvoon at users.sourceforge.net
Tue Sep 26 10:09:15 CEST 2006


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

Modified Files:
	Makefile.PL 
Log Message:
Added requisite of Class::Accessor to Makefile.PL. Fixed compile problem


Index: Makefile.PL
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/Makefile.PL,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.PL	26 Sep 2006 04:10:36 -0000	1.5
+++ Makefile.PL	26 Sep 2006 08:09:13 -0000	1.6
@@ -8,6 +8,7 @@
     PREREQ_PM         => {
         Class::Struct => 0,
         Params::Validate => 0.24,
+	Class::Accessor  => 0.22,
     }, # 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