]> iEval git - io-compress-brotli.git/blobdiff - README
Use typemaps instead of manually managing the SVs
[io-compress-brotli.git] / README
diff --git a/README b/README
index 35112f3f027846a90760b445d9069a7c0cbb7cff..df7f6809a721b3bb0abb7fd715b271b1a90fcd5e 100644 (file)
--- a/README
+++ b/README
@@ -1,13 +1,12 @@
-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.
 
-This distribution wraps the official Brotli source code[0], offering a
-module for decompressing Brotli buffers and streams,
-IO::Uncompress::Brotli. Compression will be supported in a future
-release.
+This distribution wraps the official Brotli source code[0], offering
+modules for compressing Brotli buffers and streams, IO::Compress::Brotli,
+and decompressing, IO::Uncompress::Brotli.
 
 [0]: https://github.com/google/brotli
 
@@ -22,8 +21,12 @@ 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
+* Getopt::Long
+
+Additionally, it requires a C compiler.
 
 COPYRIGHT AND LICENCE
 
This page took 0.01839 seconds and 4 git commands to generate.