From f6b5a9915858012b8ff52313850e6ce6ce4a16b6 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Sat, 11 Apr 2015 13:02:01 +0200 Subject: released 0.39 Signed-off-by: Sven Nierlein diff --git a/Changes b/Changes index 4e1a654..d65b304 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,8 @@ Revision history for Perl module Monitoring::Plugin. -next: - - fix "Redundant argument in sprintf" in perl 5.21 (RT #103214) - -0.39 +0.39 11th April 2015 - fix help formating when using colons (Evgeni Golov) + - fix "Redundant argument in sprintf" in perl 5.21 (RT #103214) 0.38 28th December 2014 - fix getopt test on windows system diff --git a/META.yml b/META.yml index a7d66a0..7398605 100644 --- a/META.yml +++ b/META.yml @@ -33,4 +33,4 @@ requires: resources: license: http://dev.perl.org/licenses/ repository: https://github.com/monitoring-plugins/monitoring-plugin-perl -version: 0.38 +version: 0.39 diff --git a/lib/Monitoring/Plugin.pm b/lib/Monitoring/Plugin.pm index 8c30cc6..b39fc7a 100644 --- a/lib/Monitoring/Plugin.pm +++ b/lib/Monitoring/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 $Monitoring::Plugin::Functions::VERSION too -our $VERSION = "0.38"; +our $VERSION = "0.39"; sub new { my $class = shift; diff --git a/lib/Monitoring/Plugin/Functions.pm b/lib/Monitoring/Plugin/Functions.pm index 34483e1..62bb14b 100644 --- a/lib/Monitoring/Plugin/Functions.pm +++ b/lib/Monitoring/Plugin/Functions.pm @@ -12,7 +12,7 @@ use Params::Validate qw(:types validate); use Math::Calc::Units; # Remember to update Monitoring::Plugins as well -our $VERSION = "0.38"; +our $VERSION = "0.39"; our @STATUS_CODES = qw(OK WARNING CRITICAL UNKNOWN DEPENDENT); -- cgit v0.10-9-g596f