Math-BigInt-BitVect

Math::BigInt::BitVect is an alternative backend library for Math::BigInt::Calc.
It can be used via:

    use Math::BigInt lib => 'BitVect';

If Bit::Vector is not installed, this will safely fall back to using the
Math::BigInt::Calc backend library, the default library of Math::BigInt.

INSTALLATION

To install this module, unpack the distribution file, and run the following
commands:

    perl Makefile.PL
    make
    make test
    make install

SUPPORT

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Math::BigInt::BitVect

You can also look for information at:

    GitHub
        https://github.com/pjacklam/p5-Math-BigInt-BitVect

    RT: CPAN's request tracker
        https://rt.cpan.org/Dist/Display.html?Name=Math-BigInt-BitVect

    MetaCPAN
        https://metacpan.org/release/Math-BigInt-BitVect

    CPAN Testers Matrix
        http://matrix.cpantesters.org/?dist=Math-BigInt-BitVect

    CPAN Ratings
        https://cpanratings.perl.org/dist/Math-BigInt-BitVect

COPYRIGHT AND LICENCE

Tels http://bloodgate.com, 2001-2004.

Peter John Acklam pjacklam@gmail.com, 2016-.

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.