summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-06-14 13:15:52 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-06-14 13:15:52 (GMT)
commit3e4062f33b9d0ab7c02053400281eb9a26d54003 (patch)
treeadcfc5671b82ba14aa8439568471fdb0a925188d
parent4f0eadbd97ead5726b35843537dcce6d585b1164 (diff)
downloadmonitoring-plugin-perl-3e4062f33b9d0ab7c02053400281eb9a26d54003.tar.gz
Update for 0.11 release
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1424 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r--Changes2
-rw-r--r--lib/Nagios/Plugin.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/Changes b/Changes
index 6779851..ae1498b 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
1Revision history for Perl module Nagios::Plugin. 1Revision history for Perl module Nagios::Plugin.
2 2
30.11 ??? 30.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;
23our @ISA = qw(Exporter Nagios::__::Plugin); 23our @ISA = qw(Exporter Nagios::__::Plugin);
24our @EXPORT_OK = qw(%ERRORS); 24our @EXPORT_OK = qw(%ERRORS);
25 25
26our $VERSION = '0.10'; 26our $VERSION = '0.11';
27 27
28sub add_perfdata { 28sub add_perfdata {
29 my ($self, %args) = @_; 29 my ($self, %args) = @_;