# Convert-Base85

### Version 1.02

This module implements functions to encode binary data
into Base 85 text.


# INSTALLATION

To install this module, run the following commands:

```sh
perl Build.PL
./Build
./Build test
./Build install
```

# LICENSE AND COPYRIGHT

Copyright (C) 2019 John M. Gamble

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.