From: Mark Zabaro Date: Tue, 2 Apr 2019 08:28:10 +0000 (+0200) Subject: Update POD for bro to include configurables X-Git-Tag: 0.004_002~6 X-Git-Url: http://git.ieval.ro/?p=io-compress-brotli.git;a=commitdiff_plain;h=593b81c0d82458c00172fac374508871d21da050 Update POD for bro to include configurables These optional configurable parameters are already implemented in Brotli.xs --- diff --git a/lib/IO/Compress/Brotli.pm b/lib/IO/Compress/Brotli.pm index 3038965..f1b76e2 100644 --- a/lib/IO/Compress/Brotli.pm +++ b/lib/IO/Compress/Brotli.pm @@ -63,10 +63,12 @@ function. =over -=item B(I<$input>) +=item B(I<$input>, I<$quality>, I<$window>) Takes a whole uncompressed buffer as input and returns the compressed -data. +data using the supplied quality and window parameters. If quality and +window parameters are not supplied, default values are used (as +described under the object-oriented interface). Exported by default.