[Nagiosplug-checkins] SF.net SVN: nagiosplug: [1776] Nagios-Plugin/trunk
tonvoon at users.sourceforge.net
tonvoon at users.sourceforge.net
Wed Sep 5 09:39:09 CEST 2007
Revision: 1776
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1776&view=rev
Author: tonvoon
Date: 2007-09-05 00:39:09 -0700 (Wed, 05 Sep 2007)
Log Message:
-----------
Version bump because of CPAN permission problems
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-04 13:17:01 UTC (rev 1775)
+++ Nagios-Plugin/trunk/Changes 2007-09-05 07:39:09 UTC (rev 1776)
@@ -1,5 +1,8 @@
Revision history for Perl module Nagios::Plugin.
+0.20 5th September 2007
+ - Version bump because of CPAN permission problems
+
0.19 4th September 2007
- Fix test failures due to bad MANIFEST file
- Fixed performance parsing where uom = %
Modified: Nagios-Plugin/trunk/META.yml
===================================================================
--- Nagios-Plugin/trunk/META.yml 2007-09-04 13:17:01 UTC (rev 1775)
+++ Nagios-Plugin/trunk/META.yml 2007-09-05 07:39:09 UTC (rev 1776)
@@ -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.19
+version: 0.20
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-04 13:17:01 UTC (rev 1775)
+++ Nagios-Plugin/trunk/lib/Nagios/Plugin/Functions.pm 2007-09-05 07:39:09 UTC (rev 1776)
@@ -12,7 +12,7 @@
use Math::Calc::Units;
# Remember to update Nagios::Plugins as well
-our $VERSION = 0.19;
+our $VERSION = "0.20";
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-04 13:17:01 UTC (rev 1775)
+++ Nagios-Plugin/trunk/lib/Nagios/Plugin.pm 2007-09-05 07:39:09 UTC (rev 1776)
@@ -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.19;
+our $VERSION = "0.20";
# our $VERSION = $Nagios::Plugin::Functions::VERSION;
sub new {
@@ -227,7 +227,7 @@
=head1 NAME
-Nagios::Plugin - a family of perl modules to streamline writing Nagios
+Nagios::Plugin - A family of perl modules to streamline writing Nagios
plugins
=head1 SYNOPSIS
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