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

Changes for version 1.15 - 2021-07-13

  • This release does not add any new functionality. It is just to try to keep the distribution up to date with the Perl environment.
  • Make to_base() a front-end to Math::BigInt->to_base().
  • Add to_base() to the list of exported functions.
  • Make fibonacci() a front-end to Math::BigInt->bfac().
  • Reorganize existing test files, and add more test files.
  • Better Makefile.PL.
  • The tests now require Test::More version 0.88 or newer.
  • New MANIFEST.SKIP file based on the template in the ExtUtils-Manifest distribution.
  • Format CHANGES according to CPAN::Changes::Spec.

Modules

routines (cos,sin,primes,hailstone,euler,fibbonaci etc) with big numbers
factor big numbers into prime factors using different algorithmns