Consistency between encoder/decoder boilerplate
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 27 Aug 2016 23:10:30 +0000 (00:10 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 27 Aug 2016 23:10:30 +0000 (00:10 +0100)
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.009866 seconds and 4 git commands to generate.