]> Sergey Matveev's repositories - public-inbox.git/commit
searchidx: use v5.10.1, parent.pm, drop warnings
authorEric Wong <e@yhbt.net>
Fri, 17 Jul 2020 06:31:54 +0000 (06:31 +0000)
committerEric Wong <e@yhbt.net>
Fri, 17 Jul 2020 20:56:53 +0000 (20:56 +0000)
commitc06e7fc8afea8441ed3d29d63cb8933704b15e7d
tree6b30897fbd43b831355372172dd39ed426b019ac
parent406b9eb2906518fb8c3999f2a826eeae86fa3d30
searchidx: use v5.10.1, parent.pm, drop warnings

Prefer "parent" to "base" since the former is lighter and part
of Perl 5.10+.  We'll also rely on warnings from "-w" globally
(or not) instead of via "use".
lib/PublicInbox/SearchIdx.pm