• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Math/H15-Dec-2020-15754

t/H15-Dec-2020-3420

ChangesH A D15-Dec-2020878 2720

LICENSEH A D10-Nov-20176.1 KiB133103

MANIFESTH A D22-Oct-2017124 1211

MANIFEST.SKIPH A D22-Oct-2017127 1514

META.jsonH A D15-Dec-20201.5 KiB6665

META.ymlH A D15-Dec-2020906 3736

Makefile.PLH A D15-Dec-20201.2 KiB4841

README.mdH A D22-Oct-2017868 3121

README.md

1# Math::Base85
2
3This module handles numbers in base 85, via strings and Math::BigInt.
4For more information, read the module or rfc1924.txt.
5
6## Installation
7
8You can install this module with a CPAN client, which will resolve and
9install the dependencies, e.g.:
10
11    $ cpanm Math::Base85
12
13If you wish to install the software manually, use the following
14instructions:
15
16    $ perl Makefile.PL
17    $ make
18    $ make test
19    $ make install
20
21Please report bugs via the project issue tracker:
22https://github.com/paultcochrane/Math-Base85/issues
23
24## Copyright and License
25
26This distribution (with the exception of any included RFC's) is copyright
27(c) 2001-2002 Tony Monroe; 2017 Paul Cochrane.  All rights reserved.  This
28software is distributed under the same license terms as Perl itself.  This
29software comes with NO WARRANTIES WHATSOEVER, express, implied, or
30otherwise.
31