Bump version and update Changes
[io-compress-brotli.git] / lib / IO / Compress / Brotli.pm
CommitLineData
f9995f31
MG
1package IO::Compress::Brotli;
2
3use 5.014000;
4use strict;
5use warnings;
6
9d4f189a 7our $VERSION = '0.001001';
f9995f31
MG
8
91;
10__END__
11
12=encoding utf-8
13
14=head1 NAME
15
16IO::Compress::Brotli - [Not yet implemented] Write Brotli buffers/streams
17
18=head1 SYNOPSIS
19
20 use IO::Compress::Brotli;
21
22=head1 DESCRIPTION
23
24IO::Compress::Brotli currently does nothing.
25
26=head1 AUTHOR
27
28Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
29
30=head1 COPYRIGHT AND LICENSE
31
32Copyright (C) 2015 by Marius Gavrilescu
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
39=cut
This page took 0.010947 seconds and 4 git commands to generate.