From 9d4f189a64df629bbe70f133ee95934f3dee074a Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Fri, 1 Jan 2016 11:32:11 +0200 Subject: [PATCH] Bump version and update Changes --- Changes | 3 +++ README | 11 +++++++---- lib/IO/Compress/Brotli.pm | 2 +- lib/IO/Uncompress/Brotli.pm | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Changes b/Changes index eb865cd..5112132 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ Revision history for Perl extension IO::Compress::Brotli. +0.001001 2016-01-01T11:32+02:00 + - Add BUILD_REQUIRES + 0.001 2015-12-31T21:02+02:00 - Initial release diff --git a/README b/README index 35112f3..858d0d5 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -IO-Compress-Brotli version 0.001 -================================ +IO-Compress-Brotli version 0.001001 +=================================== Brotli is a data compression format primarily used in web fonts and (more recently) HTTP compression. @@ -22,8 +22,11 @@ To install this module type the following: DEPENDENCIES -This module does not require non-core modules, but it does require a C -compiler. +This module requires these other modules and libraries: + +* File::Slurp (only used for testing) + +Additionally, it requires a C compiler. COPYRIGHT AND LICENCE diff --git a/lib/IO/Compress/Brotli.pm b/lib/IO/Compress/Brotli.pm index 9b19fa1..aded86b 100644 --- a/lib/IO/Compress/Brotli.pm +++ b/lib/IO/Compress/Brotli.pm @@ -4,7 +4,7 @@ use 5.014000; use strict; use warnings; -our $VERSION = '0.001'; +our $VERSION = '0.001001'; 1; __END__ diff --git a/lib/IO/Uncompress/Brotli.pm b/lib/IO/Uncompress/Brotli.pm index 7cf3bd6..77e8b69 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.001'; +our $VERSION = '0.001001'; require XSLoader; XSLoader::load('IO::Compress::Brotli', $VERSION); -- 2.30.2