From 7fb5ed0f0a95ce5817e0b0f7c3bba91968393d49 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Wed, 5 Sep 2007 07:39:09 +0000 Subject: Version bump because of CPAN permission problems git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1776 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/Changes b/Changes index 88f8274..cc6d5f5 100644 --- a/Changes +++ b/Changes @@ -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 = % diff --git a/META.yml b/META.yml index f03239e..25533ff 100644 --- a/META.yml +++ b/META.yml @@ -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: diff --git a/lib/Nagios/Plugin.pm b/lib/Nagios/Plugin.pm index cdd3396..2684902 100644 --- a/lib/Nagios/Plugin.pm +++ b/lib/Nagios/Plugin.pm @@ -25,7 +25,7 @@ our @EXPORT_OK = qw(%ERRORS); # 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 @@ __END__ =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 diff --git a/lib/Nagios/Plugin/Functions.pm b/lib/Nagios/Plugin/Functions.pm index 318b2cb..e6baca9 100644 --- a/lib/Nagios/Plugin/Functions.pm +++ b/lib/Nagios/Plugin/Functions.pm @@ -12,7 +12,7 @@ use Params::Validate qw(validate :types); 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); -- cgit v0.10-9-g596f