diff options
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | lib/Nagios/Plugin.pm | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | Revision history for Perl module Nagios::Plugin. | 1 | Revision history for Perl module Nagios::Plugin. |
2 | 2 | ||
3 | 0.11 ??? | 3 | 0.11 14th June 2006 |
4 | - Interface changed for parse_perfstring, returning empty | 4 | - Interface changed for parse_perfstring, returning empty |
5 | array if not parseable | 5 | array if not parseable |
6 | - Fixed problem when parsing nagiosgraph data (linefeed at end | 6 | - Fixed problem when parsing nagiosgraph data (linefeed at end |
diff --git a/lib/Nagios/Plugin.pm b/lib/Nagios/Plugin.pm index 3c6e8d7..ed2e6f5 100644 --- a/lib/Nagios/Plugin.pm +++ b/lib/Nagios/Plugin.pm | |||
@@ -23,7 +23,7 @@ use Exporter; | |||
23 | our @ISA = qw(Exporter Nagios::__::Plugin); | 23 | our @ISA = qw(Exporter Nagios::__::Plugin); |
24 | our @EXPORT_OK = qw(%ERRORS); | 24 | our @EXPORT_OK = qw(%ERRORS); |
25 | 25 | ||
26 | our $VERSION = '0.10'; | 26 | our $VERSION = '0.11'; |
27 | 27 | ||
28 | sub add_perfdata { | 28 | sub add_perfdata { |
29 | my ($self, %args) = @_; | 29 | my ($self, %args) = @_; |