]> Sergey Matveev's repositories - public-inbox.git/commit
drop binmode usage
authorEric Wong <e@yhbt.net>
Fri, 17 Jul 2020 06:31:49 +0000 (06:31 +0000)
committerEric Wong <e@yhbt.net>
Fri, 17 Jul 2020 20:56:49 +0000 (20:56 +0000)
commit26b19adf05338a0842d914a10699842620ab8f90
treec3cea610b2d92eb5f39d790d4778b37bbfca0191
parent46e4fa33863f136e8f36ffcc65231c2bc7de11e1
drop binmode usage

We only support Unix-like platforms where binmode (":raw") is
the default anyways, and v5.10 semantics means it won't do
unicode_strings (unlike v5.12).  So save some lines of code.
lib/PublicInbox/Import.pm
lib/PublicInbox/SearchIdxShard.pm