Bump version and update Changes 0.004001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 19 May 2018 18:58:08 +0000 (19:58 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 11 Jun 2019 13:02:08 +0000 (16:02 +0300)
Changes
README
lib/IO/Compress/Brotli.pm
lib/IO/Uncompress/Brotli.pm

diff --git a/Changes b/Changes
index f9d01670865858f20b9b57512b1464cfba73e241..c400087024537b147dbac6150e22997a80af55ce 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension IO::Compress::Brotli.
 
 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
 
 0.004 2017-10-28T20:40+01:00
  - Same as 0.003_002
 
diff --git a/README b/README
index 594824aa29af5a5202cf55b532c4dc767e0240f2..1c2da72ea1c9da1869c1d643475002491f9c2767 100644 (file)
--- 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.
 
 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 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,
 
 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,
index 4692b983e6d36fbf41810088727611fd63eb5c37..303896593989ccf7e1ece7ed34b3a789e2702fdc 100644 (file)
@@ -10,7 +10,7 @@ use IO::Uncompress::Brotli;
 our @EXPORT = qw/bro/;
 our @EXPORT_OK = @EXPORT;
 
 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 {
 
 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
 
 
 =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,
 
 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,
index 274b9f55d805b980f2969fb5173ac308c0b25f23..3903095cf1b449806c4ba92c44dc6a3aba905e55 100644 (file)
@@ -8,7 +8,7 @@ use parent qw/Exporter/;
 our @EXPORT = qw/unbro/;
 our @EXPORT_OK = @EXPORT;
 
 our @EXPORT = qw/unbro/;
 our @EXPORT_OK = @EXPORT;
 
-our $VERSION = '0.004';
+our $VERSION = '0.004001';
 
 require XSLoader;
 XSLoader::load('IO::Compress::Brotli', $VERSION);
 
 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
 
 
 =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,
 
 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,
This page took 0.01526 seconds and 4 git commands to generate.