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

Changes for version 0.16_04 - 2014-12-15

  • clang on FreeBSD i386 will claim to support 128-bit integers but then segfault when compiling this module's XS code. The compiler feature checking now uses a more complex test program to ensure that the compiler really does support 128-bit integers.

Changes for version 0.16_03 - 2014-12-13

  • Removed compiler detection in favor of compiler feature checking with Config::AutoConf. (Dave Rolsky)

Changes for version 0.16_02 - 2014-11-05

  • add logic for detecting Apple variant of clang compiler

Changes for version 0.16_01 - 2014-11-02

  • dump output from compiler version command when running on a CPAN tester

Modules

Manipulate 128 bits integers in Perl
catch overflows when using Math::Int128

Provides

in lib/Math/Int128.pm