Revision history for Perl extension Convert::Base91.
+0.001002 2017-12-30T19:31+03:00
+ - Attempt to fix compilation on case-insensitive filesystems
+ - Write a few extra tests
+
0.001001 2017-12-22T19:21+03:00
- Fix compilation on perls with -Dusemultiplicity
- Write README
-Convert-Base91 version 0.001001
+Convert-Base91 version 0.001002
===============================
Base91 is a method for encoding binary data as printable ASCII
our @EXPORT_OK = qw/encode_base91 decode_base91/;
our @EXPORT = ();
-our $VERSION = '0.001001';
+our $VERSION = '0.001002';
require XSLoader;
XSLoader::load('Convert::Base91', $VERSION);