From 7cacaad0c413f202fa4094567fa53b2c7ee01a54 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Mon, 24 Sep 2007 18:56:14 +0000 Subject: 0.21 release to CPAN git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1797 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/Changes b/Changes index c06932f..dfad56e 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/META.yml b/META.yml index 25533ff..0a71585 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.20 +version: 0.21 version_from: lib/Nagios/Plugin/Functions.pm installdirs: site requires: diff --git a/lib/Nagios/Plugin.pm b/lib/Nagios/Plugin.pm index 2684902..4fae0be 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.20"; +our $VERSION = "0.21"; # our $VERSION = $Nagios::Plugin::Functions::VERSION; sub new { diff --git a/lib/Nagios/Plugin/Functions.pm b/lib/Nagios/Plugin/Functions.pm index 87f0ccd..cee32c4 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.20"; +our $VERSION = "0.21"; our @STATUS_CODES = qw(OK WARNING CRITICAL UNKNOWN DEPENDENT); -- cgit v0.10-9-g596f