]> Sergey Matveev's repositories - public-inbox.git/commit
mid: shorten uniq_mids logic
authorEric Wong <e@yhbt.net>
Thu, 23 Jan 2020 23:05:57 +0000 (23:05 +0000)
committerEric Wong <e@yhbt.net>
Fri, 24 Jan 2020 23:04:55 +0000 (23:04 +0000)
commit7d4858ea519cfe71cddc425ef4d39d6eea250b23
tree08ab921e704cc65ee63c8f8df86e02326341ea86
parentff2db829115a5db9cc4d046b4a9018cfba4ca6c0
mid: shorten uniq_mids logic

We won't be able to use List::Util::uniq here, but we can still
shorten our logic and make it more consistent with the rest of
our code which does similar things.
lib/PublicInbox/MID.pm