Changes for version 0.19
- do not overflow on shifts
- add limits constants
Changes for version 0.18_04
- optimize SV to int64/uint64 conversions
- switch perl stack before calling as_int64/as_uint64 methods
Changes for version 0.18_03
- uint64 multiplication and shift operations were broken, corrected
- add support for as_int64 and as_uint64 callbacks
- make native_if_available a lexical pragma, there is some risk of breaking old code using this pragma selectively on 5.8.x perls
- doc improvements
Changes for version 0.18_02
- make it run in perls 5.8, 5.10 and 5.12
- several doc corrections
- document die_on_overflow.pm
Changes for version 0.18_01
- released to CPAN just for CPAN Testers feedback
- add support for die_on_overflow feature
Modules
Manipulate 64 bits integers in Perl
catch overflows when using Math::Int64
Provides
in lib/Math/Int64/native_if_available.pm
in lib/Math/Int64.pm