From f11af14b6d68fd752cf74cd1ebb397688abbed7e Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Wed, 25 Jul 2018 22:16:18 +0200 Subject: release 0.40 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); -- cgit v0.10-9-g596f