Bit-Twiddling version 0.10

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

Or, just use your favorite CPAN client

    cpanm Bit::Twiddling

DEPENDENCIES

This module requires a C compiler, but has no other build
dependencies. For testing, Test::Warn is required.

COPYRIGHT AND LICENCE

Copyright (C) 2018, Brian Greenfield

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