Forgot to rename the decoder custom dictionary func
[io-compress-brotli.git] / lib / IO / Uncompress / Brotli.pm
index 2f37d8fb758f37f1d2202b60f2f610d30df9e6d5..f4b8bdb0eb6f566d2fbd9c68783eaa48a49c5b8e 100644 (file)
@@ -32,7 +32,7 @@ sub decompress {
 # Untested, probably not working
 sub set_dictionary {
        my ($self, $dict) = @_;
-       BrotliSetCustomDictionary($$self, $dict)
+       BrotliDecoderSetCustomDictionary($$self, $dict)
 }
 
 1;
This page took 0.00903 seconds and 4 git commands to generate.