]> Sergey Matveev's repositories - public-inbox.git/commit
v2: use v5.10.1, parent.pm, drop warnings
authorEric Wong <e@yhbt.net>
Fri, 17 Jul 2020 06:31:48 +0000 (06:31 +0000)
committerEric Wong <e@yhbt.net>
Fri, 17 Jul 2020 20:56:47 +0000 (20:56 +0000)
commit46e4fa33863f136e8f36ffcc65231c2bc7de11e1
treedd2427cf23517bcbe96a6b38a4047c25347e8273
parentf5efd110aab302b4eee83bd260dd9edac420539f
v2: use v5.10.1, parent.pm, drop warnings

The "5.010_001" form was for Perl 5.6, which I doubt anybody
would attempt; so favor "v5.10.1" as it is more readable to
humans.  Prefer "parent" to "base" since the former is lighter.
We'll also rely on warnings from "-w" globally (or not) instead
of via "use".

We'll also update "use" statements to reflect what's actually
used by V2Writable.
lib/PublicInbox/SearchIdxShard.pm
lib/PublicInbox/V2Writable.pm