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

Gavin Carr gonzai at users.sourceforge.net
Thu Oct 5 00:02:41 CEST 2006


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

Modified Files:
	MANIFEST Makefile.PL 
Log Message:
Fix NP shortname defaulting; downgrade version requirements.

Index: Makefile.PL
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/Makefile.PL,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.PL	26 Sep 2006 12:17:01 -0000	1.7
+++ Makefile.PL	4 Oct 2006 22:02:38 -0000	1.8
@@ -1,4 +1,4 @@
-use 5.008004;
+use 5.006;
 use ExtUtils::MakeMaker;
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
@@ -6,10 +6,11 @@
     NAME              => 'Nagios::Plugin',
     VERSION_FROM      => 'lib/Nagios/Plugin/Functions.pm', # finds $VERSION
     PREREQ_PM         => {
-        Class::Struct => 0,
-        Params::Validate => 0.24,
-	Class::Accessor  => 0.22,
-	Test::More 	 => 0.62,
+        Class::Struct       => 0,
+        Params::Validate    => 0.24,
+        Class::Accessor     => 0.22,
+        Test::More 	        => 0.62,
+        Carp                => 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

Index: MANIFEST
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/MANIFEST,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- MANIFEST	26 Sep 2006 04:10:36 -0000	1.7
+++ MANIFEST	4 Oct 2006 22:02:38 -0000	1.8
@@ -6,6 +6,7 @@
 t/check_stuff.t
 t/Nagios-Plugin-01.t
 t/Nagios-Plugin-02.t
+t/Nagios-Plugin-03.t
 t/Nagios-Plugin-Functions-01.t
 t/Nagios-Plugin-Functions-02.t
 t/Nagios-Plugin-Getopt-01.t





More information about the Commits mailing list