]> Sergey Matveev's repositories - public-inbox.git/commit
daemon: allow using IO::Socket::IP over INET6
authorEric Wong <e@80x24.org>
Mon, 7 Mar 2016 17:43:19 +0000 (17:43 +0000)
committerEric Wong <e@80x24.org>
Tue, 8 Mar 2016 04:14:15 +0000 (04:14 +0000)
commitea1b6cbd422b7e392cdb6979837a42679b0f180f
tree471555a53fab9d731742ab6792cc42d2d065a455
parent7fee1e27412463ab54c548949aff2dbe4abf95b5
daemon: allow using IO::Socket::IP over INET6

IO::Socket::IP is bundled with newer versions of Perl,
so it is more likely to be available.  There should
be no differences between these with our use cases.
lib/PublicInbox/Daemon.pm