From 14971e6f1bdad1cc44dadd6c7e7d249df8d727eb Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Thu, 13 Dec 2007 09:02:29 +0000 Subject: Bump to version 0.22 git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1869 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/Changes b/Changes index 1c3b3d4..86f1d9f 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl module Nagios::Plugin. -0.22 ??th ??? 200? +0.22 13th December 2007 - Fixed handling of repeated ini arguments 0.21 24th September 2007 diff --git a/lib/Nagios/Plugin.pm b/lib/Nagios/Plugin.pm index 4fae0be..b7ca60b 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.21"; +our $VERSION = "0.22"; # our $VERSION = $Nagios::Plugin::Functions::VERSION; sub new { diff --git a/lib/Nagios/Plugin/Functions.pm b/lib/Nagios/Plugin/Functions.pm index cee32c4..ac023fa 100644 --- a/lib/Nagios/Plugin/Functions.pm +++ b/lib/Nagios/Plugin/Functions.pm @@ -12,7 +12,7 @@ use Params::Validate qw(:types validate); use Math::Calc::Units; # Remember to update Nagios::Plugins as well -our $VERSION = "0.21"; +our $VERSION = "0.22"; our @STATUS_CODES = qw(OK WARNING CRITICAL UNKNOWN DEPENDENT); -- cgit v0.10-9-g596f