[Nagiosplug-checkins] SF.net SVN: nagiosplug: [1797] Nagios-Plugin/trunk

tonvoon at users.sourceforge.net tonvoon at users.sourceforge.net
Mon Sep 24 20:56:15 CEST 2007


Revision: 1797
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1797&view=rev
Author:   tonvoon
Date:     2007-09-24 11:56:14 -0700 (Mon, 24 Sep 2007)

Log Message:
-----------
0.21 release to CPAN

Modified Paths:
--------------
    Nagios-Plugin/trunk/Changes
    Nagios-Plugin/trunk/META.yml
    Nagios-Plugin/trunk/lib/Nagios/Plugin/Functions.pm
    Nagios-Plugin/trunk/lib/Nagios/Plugin.pm

Modified: Nagios-Plugin/trunk/Changes
===================================================================
--- Nagios-Plugin/trunk/Changes	2007-09-24 18:51:07 UTC (rev 1796)
+++ Nagios-Plugin/trunk/Changes	2007-09-24 18:56:14 UTC (rev 1797)
@@ -1,6 +1,6 @@
 Revision history for Perl module Nagios::Plugin.
 
-0.21 ??
+0.21  24th September 2007
   - Help, usage and version output now goes to stdout, not stderr
 
 0.20  5th September 2007

Modified: Nagios-Plugin/trunk/META.yml
===================================================================
--- Nagios-Plugin/trunk/META.yml	2007-09-24 18:51:07 UTC (rev 1796)
+++ Nagios-Plugin/trunk/META.yml	2007-09-24 18:56:14 UTC (rev 1797)
@@ -1,7 +1,7 @@
 # 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.20
+version:      0.21
 version_from: lib/Nagios/Plugin/Functions.pm
 installdirs:  site
 requires:

Modified: Nagios-Plugin/trunk/lib/Nagios/Plugin/Functions.pm
===================================================================
--- Nagios-Plugin/trunk/lib/Nagios/Plugin/Functions.pm	2007-09-24 18:51:07 UTC (rev 1796)
+++ Nagios-Plugin/trunk/lib/Nagios/Plugin/Functions.pm	2007-09-24 18:56:14 UTC (rev 1797)
@@ -12,7 +12,7 @@
 use Math::Calc::Units;
 
 # Remember to update Nagios::Plugins as well
-our $VERSION = "0.20";
+our $VERSION = "0.21";
 
 our @STATUS_CODES = qw(OK WARNING CRITICAL UNKNOWN DEPENDENT);
 

Modified: Nagios-Plugin/trunk/lib/Nagios/Plugin.pm
===================================================================
--- Nagios-Plugin/trunk/lib/Nagios/Plugin.pm	2007-09-24 18:51:07 UTC (rev 1796)
+++ Nagios-Plugin/trunk/lib/Nagios/Plugin.pm	2007-09-24 18:56:14 UTC (rev 1797)
@@ -25,7 +25,7 @@
 # CPAN stupidly won't index this module without a literal $VERSION here,
 #   so we're forced to duplicate it explicitly
 # Make sure you update $Nagios::Plugin::Functions::VERSION too
-our $VERSION = "0.20";
+our $VERSION = "0.21";
 # our $VERSION = $Nagios::Plugin::Functions::VERSION;
 
 sub new {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list