Manipulate 64 bits integers in Perl
The versions of the module released to CPAN can be compiled and installed with the usual sequence of commands:
perl Makefile.PL
make
make test
make install
The source code for the development version of Math::Int64 is available from GitHub.
It is managed with Dist::Zilla.
Briedfly, you can compile it running the following command:
dzil build
test it:
dzil test
and release it (though, you need permissions for that):
dzil release
In order to generate the C API support files, the module Module::CAPIMaker is required.
Copyright © 2007, 2009, 2011-2015 by Salvador Fandiño ([email protected])
Copyright © 2014, 2015 by Dave Rolsky ([email protected])
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.