Revision history for Perl extension IO::Compress::Brotli.
+0.002001 2016-09-08T23:09+01:00
+ - Use gmake (if available) to compile the brotli library
+
0.002 2016-08-28T00:33+01:00
- Thanks to Quim Rovira, Ævar Arnfjörð Bjarmason, Marcell Szathmári
and Mattia Barbon for all changes in this version
-IO-Compress-Brotli version 0.002
-================================
+IO-Compress-Brotli version 0.002001
+===================================
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';
+our $VERSION = '0.002001';
my %BROTLI_ENCODER_MODE = ( generic => 0, text => 1, font => 2 );
sub mode {
our @EXPORT = qw/unbro/;
our @EXPORT_OK = @EXPORT;
-our $VERSION = '0.002';
+our $VERSION = '0.002001';
require XSLoader;
XSLoader::load('IO::Compress::Brotli', $VERSION);