Revision history for Perl extension IO::Compress::Brotli.
+0.004001 2018-05-19T19:58+01:00
+ - Update included Brotli library to v1.0.4
+ - Use File::Slurper instead of File::Slurp
+
0.004 2017-10-28T20:40+01:00
- Same as 0.003_002
-IO-Compress-Brotli version 0.004
-================================
+IO-Compress-Brotli version 0.004001
+===================================
Brotli is a data compression format primarily used in web fonts and
(more recently) HTTP compression.
COPYRIGHT AND LICENCE
-Copyright (C) 2015-2017 by Marius Gavrilescu
+Copyright (C) 2015-2018 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.20.2 or,
our @EXPORT = qw/bro/;
our @EXPORT_OK = @EXPORT;
-our $VERSION = '0.004';
+our $VERSION = '0.004001';
my %BROTLI_ENCODER_MODE = ( generic => 0, text => 1, font => 2 );
sub mode {
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2015-2017 by Marius Gavrilescu
+Copyright (C) 2015-2018 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.20.2 or,
our @EXPORT = qw/unbro/;
our @EXPORT_OK = @EXPORT;
-our $VERSION = '0.004';
+our $VERSION = '0.004001';
require XSLoader;
XSLoader::load('IO::Compress::Brotli', $VERSION);
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2015-2017 by Marius Gavrilescu
+Copyright (C) 2015-2018 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.20.2 or,