Revision history for Fukurama-Class
0.01 2007-06-03
initial release
0.02 2007-12-21
bugfix: no "final" method-check if force_inheritation is not set
bugfix: Too late to run CHECK/INIT warnings for mod_perl removed
bugfix: Fukurama::Class(abstract) parameter repaired, if it was defined even with '0' the class was used as abstract
bugfix: deep-recursion warning in Fukurama.:Class::Tree removed
0.021 2008-01-04
bugfix: tests Rigid, Tree, Class and Implements adapted for curiosities in perl 5.10
bugfix: GLOB-reference-test adapted for curiosities in perl 5.10
0.0.22 2008-01-05
bugfix: lax int-overflow test for os with other int-sizes
0.023 2008-01-13
bugfix: increase distance for version test to avoiding float-truncation
bugfix: decrease float-overflow test distance to avoid overflow in test itself
bugfix: increase distance for decimal-overflow test to force overflow in test
0.024 2008-01-15
bugfix: extend overflow-tests to find overfloating for actual system
bugfix: fix package-string for version tests
0.025 2008-01-15
bugfix: fix detection for overflow-marks for different OS