Consistency between encoder/decoder boilerplate
[io-compress-brotli.git] / lib / IO / Compress / Brotli.pm
index a41c09bda19e2a8f7b292e86dead062173c59bac..0e1d7655dd4b0242900b51c2b1c1ed94de6acd60 100644 (file)
@@ -3,11 +3,10 @@ package IO::Compress::Brotli;
 use 5.014000;
 use strict;
 use warnings;
+use parent qw/Exporter/;
 
 use IO::Uncompress::Brotli;
 
-use parent qw/Exporter/;
-
 our @EXPORT = qw/bro/;
 our @EXPORT_OK = @EXPORT;
 
This page took 0.009297 seconds and 4 git commands to generate.