[Nagiosplug-checkins] SF.net SVN: nagiosplug: [1965] Nagios-Plugin/trunk
tonvoon at users.sourceforge.net
tonvoon at users.sourceforge.net
Fri Mar 28 01:14:08 CET 2008
Revision: 1965
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1965&view=rev
Author: tonvoon
Date: 2008-03-27 17:14:07 -0700 (Thu, 27 Mar 2008)
Log Message:
-----------
New release for test fix
Modified Paths:
--------------
Nagios-Plugin/trunk/Changes
Nagios-Plugin/trunk/lib/Nagios/Plugin/Functions.pm
Nagios-Plugin/trunk/lib/Nagios/Plugin.pm
Modified: Nagios-Plugin/trunk/Changes
===================================================================
--- Nagios-Plugin/trunk/Changes 2008-03-27 20:45:07 UTC (rev 1964)
+++ Nagios-Plugin/trunk/Changes 2008-03-28 00:14:07 UTC (rev 1965)
@@ -1,5 +1,8 @@
Revision history for Perl module Nagios::Plugin.
+0.26 28th March 2008
+ - Fixed test failure in t/Nagios-Plugin-Getopt-03.t (Thomas Guyot-Sionnest)
+
0.25 17th March 2008
- Fixed parsing of performance data with negative values and full range definitions
Modified: Nagios-Plugin/trunk/lib/Nagios/Plugin/Functions.pm
===================================================================
--- Nagios-Plugin/trunk/lib/Nagios/Plugin/Functions.pm 2008-03-27 20:45:07 UTC (rev 1964)
+++ Nagios-Plugin/trunk/lib/Nagios/Plugin/Functions.pm 2008-03-28 00:14:07 UTC (rev 1965)
@@ -12,7 +12,7 @@
use Math::Calc::Units;
# Remember to update Nagios::Plugins as well
-our $VERSION = "0.25";
+our $VERSION = "0.26";
our @STATUS_CODES = qw(OK WARNING CRITICAL UNKNOWN DEPENDENT);
Modified: Nagios-Plugin/trunk/lib/Nagios/Plugin.pm
===================================================================
--- Nagios-Plugin/trunk/lib/Nagios/Plugin.pm 2008-03-27 20:45:07 UTC (rev 1964)
+++ Nagios-Plugin/trunk/lib/Nagios/Plugin.pm 2008-03-28 00:14:07 UTC (rev 1965)
@@ -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.25";
+our $VERSION = "0.26";
sub new {
my $class = shift;
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