File: README.md

package info (click to toggle)
libmath-base85-perl 0.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 100 kB
  • sloc: perl: 92; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 868 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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.