diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-05-14 11:19:53 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-05-14 11:19:53 +0000 |
commit | c47e1a9c28db2890f724ee57e59f3a3c30d7740c (patch) | |
tree | 5648f0b0ff1a1eb2478f75484a26e3fa42e1f455 /Changes | |
parent | 60a00b6e423bfeeca3508398556e180955355079 (diff) | |
download | monitoring-plugin-perl-c47e1a9c28db2890f724ee57e59f3a3c30d7740c.tar.gz |
Fixed parsing of scientific notation
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1993 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ | |||
1 | Revision history for Perl module Nagios::Plugin. | 1 | Revision history for Perl module Nagios::Plugin. |
2 | 2 | ||
3 | 0.27 14th May 2008 | ||
4 | - Fixed parsing of performance data with scientific notation | ||
5 | |||
3 | 0.26 28th March 2008 | 6 | 0.26 28th March 2008 |
4 | - Fixed test failure in t/Nagios-Plugin-Getopt-03.t (Thomas Guyot-Sionnest) | 7 | - Fixed test failure in t/Nagios-Plugin-Getopt-03.t (Thomas Guyot-Sionnest) |
5 | 8 | ||