summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorTon Voon <tonvoon@macbook.local>2008-12-13 14:05:22 (GMT)
committerTon Voon <tonvoon@macbook.local>2008-12-13 14:05:22 (GMT)
commit7f33b6abe3b5e9ee14de2683f9412ac6641a2fcd (patch)
tree3fb9fad68782a1ecdf7ce1814a6b36ffa035145a /Changes
parent0907cdbca2ebcb775a0bbcae639e378e440cd738 (diff)
downloadmonitoring-plugin-perl-7f33b6abe3b5e9ee14de2683f9412ac6641a2fcd.tar.gz
Fixed parsing of numeric values with commas instead of periods. Fixed test plan
for CPAN test failures of 0.29. Change to parse_perfstring to return back successfully parsed fields, rather than an empty field, when errors seen
Diffstat (limited to 'Changes')
-rw-r--r--Changes6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changes b/Changes
index 90a1e0c..d11f51e 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
1Revision history for Perl module Nagios::Plugin. 1Revision history for Perl module Nagios::Plugin.
2 2
30.30 13th December 2008
4 - Fixed performance parsing when numeric fields had commas instead of periods due to locale settings
5 - If a performance set is not parseable, instead of returning an empty array, will return all the successfully
6 parsed sets
7 - Fixed test plan for Nagios-Plugin-Performance.t
8
30.29 2nd December 2008 90.29 2nd December 2008
4 - clean_label, for cleaning up a label for RRD, but without truncation 10 - clean_label, for cleaning up a label for RRD, but without truncation
5 11