From 3e4062f33b9d0ab7c02053400281eb9a26d54003 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Wed, 14 Jun 2006 13:15:52 +0000 Subject: Update for 0.11 release git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1424 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/Changes b/Changes index 6779851..ae1498b 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl module Nagios::Plugin. -0.11 ??? +0.11 14th June 2006 - Interface changed for parse_perfstring, returning empty array if not parseable - 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; our @ISA = qw(Exporter Nagios::__::Plugin); our @EXPORT_OK = qw(%ERRORS); -our $VERSION = '0.10'; +our $VERSION = '0.11'; sub add_perfdata { my ($self, %args) = @_; -- cgit v0.10-9-g596f