1Alien::Brotli(3) User Contributed Perl Documentation Alien::Brotli(3)
2
3
4
6 Alien::Brotli - Download and install Brotli compressor
7
9 version v0.2.2
10
12 This distribution installs "brotli", so that it can be used by other
13 distributions.
14
15 It does this by first trying to detect an existing installation. If
16 found, it will use that. Otherwise, the source will be downloaded from
17 the official git repository, and it will be installed in a private
18 share location for the use of other modules.
19
21 exe
22 This returns the path to the "brotli" executable, as a Path::Tiny
23 object.
24
26 <https://github.com/google/brotli>
27
29 The development version is on github at
30 <https://github.com/robrwo/perl-Alien-Brotli> and may be cloned from
31 <git://github.com/robrwo/perl-Alien-Brotli.git>
32
34 Please report any bugs or feature requests on the bugtracker website
35 <https://github.com/robrwo/perl-Alien-Brotli/issues>
36
37 When submitting a bug or request, please include a test-file or a patch
38 to an existing test-file that illustrates the bug or desired feature.
39
41 Robert Rothenberg <rrwo@cpan.org>
42
44 Michal Josef Špaček <skim@cpan.org>
45
47 This software is Copyright (c) 2022 by Robert Rothenberg.
48
49 This is free software, licensed under:
50
51 The MIT (X11) License
52
53
54
55perl v5.38.0 2023-10-18 Alien::Brotli(3)