Initial commit
[io-compress-brotli.git] / lib / IO / Compress / Brotli.pm
1 package IO::Compress::Brotli;
2
3 use 5.014000;
4 use strict;
5 use warnings;
6
7 our $VERSION = '0.001';
8
9 1;
10 __END__
11
12 =encoding utf-8
13
14 =head1 NAME
15
16 IO::Compress::Brotli - [Not yet implemented] Write Brotli buffers/streams
17
18 =head1 SYNOPSIS
19
20 use IO::Compress::Brotli;
21
22 =head1 DESCRIPTION
23
24 IO::Compress::Brotli currently does nothing.
25
26 =head1 AUTHOR
27
28 Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
29
30 =head1 COPYRIGHT AND LICENSE
31
32 Copyright (C) 2015 by Marius Gavrilescu
33
34 This library is free software; you can redistribute it and/or modify
35 it under the same terms as Perl itself, either Perl version 5.20.2 or,
36 at your option, any later version of Perl 5 you may have available.
37
38
39 =cut
This page took 0.02289 seconds and 4 git commands to generate.