]> Sergey Matveev's repositories - public-inbox.git/commitdiff
gzipfilter: minor cleanups
authorEric Wong <e@yhbt.net>
Sun, 5 Jul 2020 23:27:17 +0000 (23:27 +0000)
committerEric Wong <e@yhbt.net>
Mon, 6 Jul 2020 20:01:15 +0000 (20:01 +0000)
We currently don't use bytes::length in ->write, so there's no
need to `use bytes'.  Favor `//=' to describe the intent of the
conditional assignment since the C::R::Z::Deflate object is
always truthy.  Also use the local $gz variable to avoid
unnecessary {gz} hash lookups.


No differences found