Revision history for Perl module Test::Number::Delta
0.15 Tue Jun 7 17:46:36 EDT 2005
- updated Build.PL for dependencies and traditional makefiles
0.14 Tue Mar 8 22:43:31 EST 2005
- added pod and pod coverage testing
0.13 Wed Feb 2 22:06:56 EST 2005
- added ability to pass through a test plan
- added a parameter to specify that the default epsilon for delta_ok
should be relative to the size of the arguments
- updated pod in several areas for clarity and consistency
0.12 Mon Jan 24 23:45:21 EST 2005
- pod fix
- Build.PL cleanup
0.11 Tue Jan 4 00:01:20 EST 2005
- renamed to Test::Number::Delta
- renamed cmp_float() to delta_ok()
- added delta_within()
- added extra decimal place to numbers under comparison when printing
diagnostics
0.10 Sun Dec 26 14:18:36 EST 2004
- initial release as Test::Float
0.01 Sun Dec 26 13:12:10 2004
- original version; created by ExtUtils::ModuleMaker::TT