X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FIO%2FUncompress%2FBrotli.pm;fp=lib%2FIO%2FUncompress%2FBrotli.pm;h=f4b8bdb0eb6f566d2fbd9c68783eaa48a49c5b8e;hb=5f975f9cf1bea0a9bafd5c09ef9cb7ed24410eba;hp=2f37d8fb758f37f1d2202b60f2f610d30df9e6d5;hpb=ea94b872c10d282002d37289d7479347bb370c51;p=io-compress-brotli.git diff --git a/lib/IO/Uncompress/Brotli.pm b/lib/IO/Uncompress/Brotli.pm index 2f37d8f..f4b8bdb 100644 --- a/lib/IO/Uncompress/Brotli.pm +++ b/lib/IO/Uncompress/Brotli.pm @@ -32,7 +32,7 @@ sub decompress { # Untested, probably not working sub set_dictionary { my ($self, $dict) = @_; - BrotliSetCustomDictionary($$self, $dict) + BrotliDecoderSetCustomDictionary($$self, $dict) } 1;