The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.06

  • Replace SvUV/SvIV/SvNV with svUVX/SvIVX/SvNVX where appropriate. (In typemap, too.)
  • Replace (throughout) the "SvNOK(b)" condition with "SvNOK(b) && !SvPOK(b)".
  • Add support for nvtype=double -DDEBUGGING perls
  • Bring __float128 support inro line with Math::MPFR

Modules

perl interface to the MPC (multi precision complex) library.