Bump version and update Changes
[convert-base91.git] / README
CommitLineData
ec0ffc97 1Convert-Base91 version 0.001002
15d1ef23 2===============================
1a1c8cd6 3
15d1ef23
MG
4Base91 is a method for encoding binary data as printable ASCII
5characters. Every two base91 characters (16 bits) encode 13 or 14 bits
6of actual data, thus the overhead is between 14% and 23%, an
7improvement over base64's overhead of 33%.
1a1c8cd6 8
15d1ef23
MG
9This module provides a procedural interface for encoding/decoding
10whole strings and an OO interface for encoding/decoding in chunks.
1a1c8cd6
MG
11
12INSTALLATION
13
14To install this module type the following:
15
16 perl Makefile.PL
17 make
18 make test
19 make install
20
21DEPENDENCIES
22
15d1ef23
MG
23This module requires no non-core modules and libraries.
24A C compiler is needed.
1a1c8cd6
MG
25
26COPYRIGHT AND LICENCE
27
1a1c8cd6
MG
28Copyright (C) 2017 by Marius Gavrilescu
29
30This library is free software; you can redistribute it and/or modify
31it under the same terms as Perl itself, either Perl version 5.26.1 or,
32at your option, any later version of Perl 5 you may have available.
33
34
This page took 0.010593 seconds and 4 git commands to generate.