From 593b81c0d82458c00172fac374508871d21da050 Mon Sep 17 00:00:00 2001 From: Mark Zabaro Date: Tue, 2 Apr 2019 10:28:10 +0200 Subject: [PATCH] Update POD for bro to include configurables These optional configurable parameters are already implemented in Brotli.xs --- lib/IO/Compress/Brotli.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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. -- 2.30.2