Skip to content

Perl extension for base 85 numbers, as referenced by RFC 1924

License

Notifications You must be signed in to change notification settings

paultcochrane/Math-Base85

Repository files navigation

Math::Base85

This module handles numbers in base 85, via strings and Math::BigInt. For more information, read the module or rfc1924.txt.

Installation

You can install this module with a CPAN client, which will resolve and install the dependencies, e.g.:

$ cpanm Math::Base85

If you wish to install the software manually, use the following instructions:

$ perl Makefile.PL
$ make
$ make test
$ make install

Please report bugs via the project issue tracker: https://github.com/paultcochrane/Math-Base85/issues

Copyright and License

This distribution (with the exception of any included RFC's) is copyright (c) 2001-2002 Tony Monroe; 2017 Paul Cochrane. All rights reserved. This software is distributed under the same license terms as Perl itself. This software comes with NO WARRANTIES WHATSOEVER, express, implied, or otherwise.

About

Perl extension for base 85 numbers, as referenced by RFC 1924

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages