]> Sergey Matveev's repositories - public-inbox.git/commit
lei_query: avoid POSIX::lround for older Perls
authorEric Wong <e@80x24.org>
Tue, 20 Apr 2021 19:02:06 +0000 (00:02 +0500)
committerEric Wong <e@80x24.org>
Tue, 20 Apr 2021 20:49:35 +0000 (16:49 -0400)
commit41d3b34eb617927131e619de3ed16bd3981a9b66
tree9c459ce212534240ed05169b4bebf315ba4d18ea
parenta39ff6488d3f88873fdf6170507f84a234b01f14
lei_query: avoid POSIX::lround for older Perls

POSIX.pm shipped with Perl 5.16.3 did not support lround,
at least.  So just rely on built-in core functions.
lib/PublicInbox/LeiQuery.pm