Skip to content

Commit 9b52e75

Browse files
committed
release 0.38
Signed-off-by: Sven Nierlein <[email protected]>
1 parent f9ab924 commit 9b52e75

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Changes

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

3-
0.38
3+
0.38 28th December 2014
44
- fix getopt test on windows system
55

66
0.37 20nd January 2014

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ requires:
3333
resources:
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

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.37";
29+
our $VERSION = "0.38";
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.37";
15+
our $VERSION = "0.38";
1616

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

0 commit comments

Comments
 (0)