Revision history for Perl extension IO::Compress::Brotli.
+0.004 2017-10-28T20:40+01:00
+ - Same as 0.003_002
+
0.003_002 2017-10-14T18:55+01:00
- Fix bad version causing test failures
-IO-Compress-Brotli version 0.003_002
-====================================
+IO-Compress-Brotli version 0.004
+================================
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.003_002';
+our $VERSION = '0.004';
my %BROTLI_ENCODER_MODE = ( generic => 0, text => 1, font => 2 );
sub mode {
our @EXPORT = qw/unbro/;
our @EXPORT_OK = @EXPORT;
-our $VERSION = '0.003_002';
+our $VERSION = '0.004';
require XSLoader;
XSLoader::load('IO::Compress::Brotli', $VERSION);