From b4be88fe42f3233691ee9b995b35b21dc235f384 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 19 May 2018 19:58:08 +0100 Subject: [PATCH] Bump version and update Changes --- Changes | 4 ++++ README | 6 +++--- lib/IO/Compress/Brotli.pm | 4 ++-- lib/IO/Uncompress/Brotli.pm | 4 ++-- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Changes b/Changes index f9d0167..c400087 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ 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 diff --git a/README b/README index 594824a..1c2da72 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -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. @@ -29,7 +29,7 @@ Additionally, it requires a C compiler. 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, diff --git a/lib/IO/Compress/Brotli.pm b/lib/IO/Compress/Brotli.pm index 4692b98..3038965 100644 --- a/lib/IO/Compress/Brotli.pm +++ b/lib/IO/Compress/Brotli.pm @@ -10,7 +10,7 @@ use IO::Uncompress::Brotli; 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 { @@ -149,7 +149,7 @@ clean up of the overall project were contributed by: =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, diff --git a/lib/IO/Uncompress/Brotli.pm b/lib/IO/Uncompress/Brotli.pm index 274b9f5..3903095 100644 --- a/lib/IO/Uncompress/Brotli.pm +++ b/lib/IO/Uncompress/Brotli.pm @@ -8,7 +8,7 @@ use parent qw/Exporter/; our @EXPORT = qw/unbro/; our @EXPORT_OK = @EXPORT; -our $VERSION = '0.004'; +our $VERSION = '0.004001'; require XSLoader; XSLoader::load('IO::Compress::Brotli', $VERSION); @@ -109,7 +109,7 @@ clean up of the overall project were contributed by: =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, -- 2.30.2