Revision history for Perl extension IO::Compress::Brotli.
+0.003 2017-09-16T23:40+03:00
+ - Same as 0.002_002
+ - Update included Brotli library to v0.6.0
+ - [BREAKS API] unbro now takes two parameters due to the removal of
+ the BrotliDecompressedSize function
+
0.002_002 2017-09-09T18:10+01:00
- Update included Brotli library to v0.6.0
- [BREAKS API] unbro now takes two parameters due to the removal of
-IO-Compress-Brotli version 0.002_002
-====================================
+IO-Compress-Brotli version 0.003
+================================
Brotli is a data compression format primarily used in web fonts and
(more recently) HTTP compression.
our @EXPORT = qw/bro/;
our @EXPORT_OK = @EXPORT;
-our $VERSION = '0.002_002';
+our $VERSION = '0.003';
my %BROTLI_ENCODER_MODE = ( generic => 0, text => 1, font => 2 );
sub mode {
our @EXPORT = qw/unbro/;
our @EXPORT_OK = @EXPORT;
-our $VERSION = '0.002_002';
+our $VERSION = '0.003';
require XSLoader;
XSLoader::load('IO::Compress::Brotli', $VERSION);