From 9ce4c4c221ff9c5fe451aa9b927dc478e6feb9d9 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Fri, 23 Dec 2011 04:19:41 -0500 Subject: Updated version numbers diff --git a/lib/Nagios/Plugin.pm b/lib/Nagios/Plugin.pm index 8950477..d85d35a 100644 --- a/lib/Nagios/Plugin.pm +++ b/lib/Nagios/Plugin.pm @@ -26,7 +26,7 @@ our @EXPORT_OK = qw(%ERRORS %STATUS_TEXT); # 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.35"; +our $VERSION = "0.36"; sub new { my $class = shift; diff --git a/lib/Nagios/Plugin/Functions.pm b/lib/Nagios/Plugin/Functions.pm index 9c32b3b..14fe661 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.35"; +our $VERSION = "0.36"; our @STATUS_CODES = qw(OK WARNING CRITICAL UNKNOWN DEPENDENT); -- cgit v0.10-9-g596f