[monitoring-plugin-perl] release 0.40
Sven Nierlein
git at monitoring-plugins.org
Wed Jul 25 22:20:06 CEST 2018
Module: monitoring-plugin-perl
Branch: master
Commit: f11af14b6d68fd752cf74cd1ebb397688abbed7e
Author: Sven Nierlein <sven at nierlein.de>
Date: Wed Jul 25 22:16:18 2018 +0200
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugin-perl/commit/?id=f11af14
release 0.40
---
Changes | 1 +
lib/Monitoring/Plugin.pm | 2 +-
lib/Monitoring/Plugin/Functions.pm | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Changes b/Changes
index 85877aa..ac9e730 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
Revision history for Perl module Monitoring::Plugin.
next:
+0.40 25th July 2018
- improve --extra-opts error handling (#18)
- fix handling named arguments (#17)
- Allow negation of command line arguments using '--no'-prefix (#13)
diff --git a/lib/Monitoring/Plugin.pm b/lib/Monitoring/Plugin.pm
index 3052266..3b4d7b3 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.39";
+our $VERSION = "0.40";
sub new {
my $class = shift;
diff --git a/lib/Monitoring/Plugin/Functions.pm b/lib/Monitoring/Plugin/Functions.pm
index 93fec5d..3eaf9e3 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.39";
+our $VERSION = "0.40";
our @STATUS_CODES = qw(OK WARNING CRITICAL UNKNOWN DEPENDENT);
More information about the Commits
mailing list