Bump version and update Changes 0.001001
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 1 Jan 2016 09:32:11 +0000 (11:32 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 1 Jan 2016 09:32:11 +0000 (11:32 +0200)
Changes
README
lib/IO/Compress/Brotli.pm
lib/IO/Uncompress/Brotli.pm

diff --git a/Changes b/Changes
index eb865cd33d4b24fe365e2ec976bcfef6c238dbe6..51121326e08a5ba2ca5479f0980569a0fc4208dc 100644 (file)
--- 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 35112f3f027846a90760b445d9069a7c0cbb7cff..858d0d5a6093c0634bc91ad620f06ec12632458d 100644 (file)
--- 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
 
index 9b19fa180306b0ea9e736cf534597760c3d92b98..aded86be432774a010e1281ffd64d3978328a95f 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 
 1;
 __END__
index 7cf3bd65bece4e6d5ff61ca5e01963acf4f85f1e..77e8b69293bc11b6a5f269fa5fa49e9206a02d54 100644 (file)
@@ -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);
This page took 0.013273 seconds and 4 git commands to generate.