File: README

package info (click to toggle)
libmath-base85-perl 0.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 80 kB
  • ctags: 4
  • sloc: perl: 71; sh: 48; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 775 bytes parent folder | download
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
========================
Math::Base85 Version 0.2
========================

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

The usual installation instructions apply:

	/path/to/perl Makefile.PL
	make
	make test
	make install

Please report bugs to the author at <tmonroe plus perl at nog dot net>.

---------------------
Copyright and License
---------------------

This distribution (with the exception of any included RFC's) is
copyright (c) 2001-2002 Tony Monroe.  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.

$Id: README,v 1.3 2002/08/06 21:31:52 tony Exp $