Skip to content

Commit f11af14

Browse files
committed
release 0.40
1 parent d60e929 commit f11af14

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Revision history for Perl module Monitoring::Plugin.
22

33
next:
4+
0.40 25th July 2018
45
- improve --extra-opts error handling (#18)
56
- fix handling named arguments (#17)
67
- Allow negation of command line arguments using '--no'-prefix (#13)

lib/Monitoring/Plugin.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ our @EXPORT_OK = qw(%ERRORS %STATUS_TEXT);
2626
# CPAN stupidly won't index this module without a literal $VERSION here,
2727
# so we're forced to duplicate it explicitly
2828
# Make sure you update $Monitoring::Plugin::Functions::VERSION too
29-
our $VERSION = "0.39";
29+
our $VERSION = "0.40";
3030

3131
sub new {
3232
my $class = shift;

lib/Monitoring/Plugin/Functions.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use Params::Validate qw(:types validate);
1212
use Math::Calc::Units;
1313

1414
# Remember to update Monitoring::Plugins as well
15-
our $VERSION = "0.39";
15+
our $VERSION = "0.40";
1616

1717
our @STATUS_CODES = qw(OK WARNING CRITICAL UNKNOWN DEPENDENT);
1818

0 commit comments

Comments
 (0)