From: Eric Wong Date: Wed, 26 Aug 2020 08:17:42 +0000 (+0000) Subject: msgmap: use v5.10.1 X-Git-Tag: v1.6.0~90 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=4de74f0fb6a8aa1e8393cb7ca855fdff81699626;hp=4de74f0fb6a8aa1e8393cb7ca855fdff81699626;p=public-inbox.git msgmap: use v5.10.1 We use the defined-or (`//', `//=') operators in 5.10, so require 5.10.1 like the rest of our codebase. Update an outdated comment while we're at it. ---