Replace File::Slurp with File::Slurper
[io-compress-brotli.git] / README
CommitLineData
5b02a525
MG
1IO-Compress-Brotli version 0.004
2================================
f9995f31
MG
3
4Brotli is a data compression format primarily used in web fonts and
5(more recently) HTTP compression.
6
8f86d7e6
QR
7This distribution wraps the official Brotli source code[0], offering
8modules for compressing Brotli buffers and streams, IO::Compress::Brotli,
9and decompressing, IO::Uncompress::Brotli.
f9995f31
MG
10
11[0]: https://github.com/google/brotli
12
13INSTALLATION
14
15To install this module type the following:
16
17 perl Makefile.PL
18 make
19 make test
20 make install
21
22DEPENDENCIES
23
9d4f189a
MG
24This module requires these other modules and libraries:
25
c17e7d63 26* File::Slurper
9d4f189a
MG
27
28Additionally, it requires a C compiler.
f9995f31
MG
29
30COPYRIGHT AND LICENCE
31
7d7bc208 32Copyright (C) 2015-2017 by Marius Gavrilescu
f9995f31
MG
33
34This library is free software; you can redistribute it and/or modify
35it under the same terms as Perl itself, either Perl version 5.20.2 or,
36at your option, any later version of Perl 5 you may have available.
37
38
39The distribution contains files from the Brotli source code, which are
40licensed under the Expat license:
41
42Copyright (c) 2009, 2010, 2013-2015 by the Brotli Authors.
43
44Permission is hereby granted, free of charge, to any person obtaining a copy
45of this software and associated documentation files (the "Software"), to deal
46in the Software without restriction, including without limitation the rights
47to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
48copies of the Software, and to permit persons to whom the Software is
49furnished to do so, subject to the following conditions:
50
51The above copyright notice and this permission notice shall be included in
52all copies or substantial portions of the Software.
53
54THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
56FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
57AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
58LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
59OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
60THE SOFTWARE.
This page took 0.014017 seconds and 4 git commands to generate.