[monitoring-plugin-perl] released 0.39
Sven Nierlein
git at monitoring-plugins.org
Sat Apr 11 13:10:05 CEST 2015
Module: monitoring-plugin-perl
Branch: master
Commit: f6b5a9915858012b8ff52313850e6ce6ce4a16b6
Author: Sven Nierlein <sven at nierlein.de>
Date: Sat Apr 11 13:02:01 2015 +0200
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugin-perl/commit/?id=f6b5a99
released 0.39
Signed-off-by: Sven Nierlein <sven at nierlein.de>
---
Changes | 6 ++----
META.yml | 2 +-
lib/Monitoring/Plugin.pm | 2 +-
lib/Monitoring/Plugin/Functions.pm | 2 +-
4 files changed, 5 insertions(+), 7 deletions(-)
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);
More information about the Commits
mailing list