File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Revision history for Perl module Monitoring::Plugin.
22
3- 0.38
3+ 0.38 28th December 2014
44 - fix getopt test on windows system
55
660.37 20nd January 2014
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ requires:
3333resources :
3434 license : http://dev.perl.org/licenses/
3535 repository : https://github.com/monitoring-plugins/monitoring-plugin-perl
36- version : 0.37
36+ version : 0.38
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.37 " ;
29+ our $VERSION = " 0.38 " ;
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.37 " ;
15+ our $VERSION = " 0.38 " ;
1616
1717our @STATUS_CODES = qw( OK WARNING CRITICAL UNKNOWN DEPENDENT) ;
1818
You can’t perform that action at this time.
0 commit comments