0.08 - Check for the presence of the 'ccosl' function in complex.h at the Makefile.PL step, and proceed no further if it's missing. See https://rt.cpan.org/Ticket/Display.html?id=141080 Thanks Slaven Rezic. 0.07 - Fix https://github.com/sisyphus/math-decimal64/pull/1 (also aplies to Math::Complex_C::L) Thanks to @hiratara - Fix overload_pow() for the case that the third argument is true 0.06 - Replace /SvIV/SvUV/SvNV with SvIVX/SvUVX/SvNVX where appropriate - Have the Makefile.PL define "NO_INF_CAST_TO_NV" if nvtype is __float128 && longdblkind is either 3 or 4. - Change get_infl() and get_neg_infl() when NO_INF_CAST_TO_NV is defined 0.05 - Yet another attempt to have the Makefile.PL successfully weed out deficient dragonfly and netbsd cpan-tester systems.(Probably won't succeed, but should hopefully provide some diagnostics that will lead to a solution.) 0.04 - Alter testing done in Makefile.PL to try and weed out deficient dragonfly and BSD cpan-tester systems. 0.03 - If compiler is gcc-3.x.x (or earlier) "exit 0;" in the Makefile.PL. - Another fix to test 1 in new.t. - Makefile.PL now runs some compiler checks - and then takes appropriate action. - Add nnumflag(), set_nnum() and clear_nnum() functions. Also start using the perl API function looks_like_number() to detect non-numeric strings. - Change default output prec. 0.02 - Try to detect if references to "cpow" or "catanhl" will not be resolved - and abort the build if this problem is found to exist. (This enables us to avoid some FAIL reports from cpan-testers.) - Rewrite tests 4 and 5 in t/overload_string.t so that they don't register a fail if the libc bug that thinks nan**0 is NaN (instead of the correct '1') is present. 0.01 - First release to CPAN as a separate entity. (Formerly part of Math::Complex_C.)