]> Sergey Matveev's repositories - public-inbox.git/commit
view_diff: minor coding style fixes
authorEric Wong <e@80x24.org>
Wed, 28 Apr 2021 07:51:57 +0000 (07:51 +0000)
committerEric Wong <e@80x24.org>
Wed, 28 Apr 2021 19:30:54 +0000 (19:30 +0000)
commitc572038d133b1b236ae2b6ed67bd973c3f7a5103
treebd371cbd76aadb66b27a6d81e0cc03fc7325173c
parent5e788baf14bd99cc7e428432479eae374343525a
view_diff: minor coding style fixes

Prefer "use v5.10", s/base/parent/, rely on "perl -w" for warnings.
We also pass a regexp to the split perlop rather than literal
SV, since split() will compile a new RE every time.
lib/PublicInbox/ViewDiff.pm