File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11Revision history for Perl module Monitoring::Plugin.
22
33next:
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)
Original file line number Diff line number Diff 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
3131sub new {
3232 my $class = shift ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ use Params::Validate qw(:types validate);
1212use Math::Calc::Units;
1313
1414# Remember to update Monitoring::Plugins as well
15- our $VERSION = " 0.39 " ;
15+ our $VERSION = " 0.40 " ;
1616
1717our @STATUS_CODES = qw( OK WARNING CRITICAL UNKNOWN DEPENDENT) ;
1818
You can’t perform that action at this time.
0 commit comments