Revision history for Perl extension IO::Compress::Brotli.
+0.003_002 2017-10-14T18:55+01:00
+ - Fix bad version causing test failures
+
0.003_001 2017-09-23T22:20+03:00
- Update included Brotli library to v1.0.1
- [BREAKS API] remove the undocumented "set_dictionary" function from
-IO-Compress-Brotli version 0.003_001
+IO-Compress-Brotli version 0.003_002
====================================
Brotli is a data compression format primarily used in web fonts and
our @EXPORT = qw/bro/;
our @EXPORT_OK = @EXPORT;
-our $VERSION = '0.003_001';
+our $VERSION = '0.003_002';
my %BROTLI_ENCODER_MODE = ( generic => 0, text => 1, font => 2 );
sub mode {
our @EXPORT = qw/unbro/;
our @EXPORT_OK = @EXPORT;
-our $VERSION = '0.003001';
+our $VERSION = '0.003_002';
require XSLoader;
XSLoader::load('IO::Compress::Brotli', $VERSION);