projects
/
io-compress-brotli.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aa33e8
)
Consistency between encoder/decoder boilerplate
author
Marius Gavrilescu
<marius@ieval.ro>
Sat, 27 Aug 2016 23:10:30 +0000
(
00:10
+0100)
committer
Marius Gavrilescu
<marius@ieval.ro>
Sat, 27 Aug 2016 23:10:30 +0000
(
00:10
+0100)
lib/IO/Compress/Brotli.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/IO/Compress/Brotli.pm
b/lib/IO/Compress/Brotli.pm
index a41c09bda19e2a8f7b292e86dead062173c59bac..0e1d7655dd4b0242900b51c2b1c1ed94de6acd60 100644
(file)
--- a/
lib/IO/Compress/Brotli.pm
+++ b/
lib/IO/Compress/Brotli.pm
@@
-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.032193 seconds
and
4
git commands to generate.