NAME

Gzip::Zopfli - abstract here.

SYNOPSIS

use Gzip::Zopfli;

VERSION

This documents version 0.00_01 of Gzip-Zopfli corresponding to git commit 7fad6be9af538e6b311842d6bff3e9d7c710ffff released on Wed Feb 24 19:12:33 2021 +0900.

DESCRIPTION

Zopfli compression library.

FUNCTIONS

ZopfliCompress

my $out = ZopfliCompress ($in, %options);

Options are not supported in this release.

SEE ALSO

Compress::Zopfli

AUTHOR

Ben Bullock, <bkb@cpan.org>

COPYRIGHT & LICENCE

This package and associated files are copyright (C) 2021 Ben Bullock.

You can use, copy, modify and redistribute this package and associated files under the Perl Artistic Licence or the GNU General Public Licence.

The underlying Zopfli is included in the distribution is copyright by Google Inc and licensed under the Apache Licence as follows:

Copyright 2011 Google Inc. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Author: lode.vandevenne@gmail.com (Lode Vandevenne) Author: jyrki.alakuijala@gmail.com (Jyrki Alakuijala)