[Nagiosplug-checkins] Nagios-Plugin Changes, 1.7, 1.8 META.yml, 1.1, 1.2 Makefile.PL, 1.1.1.1, 1.2

Ton Voon tonvoon at users.sourceforge.net
Thu Aug 31 10:19:03 CEST 2006


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

Modified Files:
	Changes META.yml Makefile.PL 
Log Message:
Consistent version numbers across all modules. Inherited from Nagios::Plugin::Base


Index: META.yml
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/META.yml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- META.yml	15 Jun 2006 12:07:58 -0000	1.1
+++ META.yml	31 Aug 2006 08:19:01 -0000	1.2
@@ -1,8 +1,8 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Nagios-Plugin
-version:      0.12
-version_from: lib/Nagios/Plugin.pm
+version:      0.13
+version_from: lib/Nagios/Plugin/Base.pm
 installdirs:  site
 requires:
 

Index: Changes
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/Changes,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Changes	4 Aug 2006 20:22:31 -0000	1.7
+++ Changes	31 Aug 2006 08:19:01 -0000	1.8
@@ -2,6 +2,7 @@
 
 0.13  ???
   - Lots of extra tests and fixes from Nathan Vonnahme
+  - Nagios::Plugin::Getopt added by Gavin Carr
 
 0.12  15th June 2006
   - rrdlabel method available to get a performance label, 

Index: Makefile.PL
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/Makefile.PL,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Makefile.PL	8 Jun 2006 12:27:44 -0000	1.1.1.1
+++ Makefile.PL	31 Aug 2006 08:19:01 -0000	1.2
@@ -4,7 +4,7 @@
 # the contents of the Makefile that is written.
 WriteMakefile(
     NAME              => 'Nagios::Plugin',
-    VERSION_FROM      => 'lib/Nagios/Plugin.pm', # finds $VERSION
+    VERSION_FROM      => 'lib/Nagios/Plugin/Base.pm', # finds $VERSION
     PREREQ_PM         => {}, # 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