summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2008-02-01 09:30:43 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2008-02-01 09:30:43 (GMT)
commit6e6a17bf2921f7c5d8ebcd103d42dc70ad9cbb35 (patch)
treebfa872d9e0409631d24b9d9867a717b0fbd99608 /Changes
parent597dbf782b17156025cba2be7bbcb22628bc8542 (diff)
downloadmonitoring-plugin-perl-6e6a17bf2921f7c5d8ebcd103d42dc70ad9cbb35.tar.gz
Fixed a test where a fractional number was stripped out
of the hash key, causing test failures git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1921 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Changes')
-rw-r--r--Changes3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changes b/Changes
index ab710a2..471bb31 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
1Revision history for Perl module Nagios::Plugin. 1Revision history for Perl module Nagios::Plugin.
2 2
30.24 1st February 2008
4 - Fixed a test failure which highlighted a precision rounding within hashes
5
30.23 18th December 2007 60.23 18th December 2007
4 - Use $^X for perl in check_stuff.t test, due to lots of failing in CPAN Testers 7 - Use $^X for perl in check_stuff.t test, due to lots of failing in CPAN Testers
5 8