]> Sergey Matveev's repositories - public-inbox.git/commit
favor procedural calls for most private functions
authorEric Wong <e@80x24.org>
Mon, 29 Feb 2016 00:56:20 +0000 (00:56 +0000)
committerEric Wong <e@80x24.org>
Mon, 29 Feb 2016 01:04:25 +0000 (01:04 +0000)
commit79d9b48a0fa8c9158377fa120be25468f6aab1b8
treeef33040c147313de0d010aaf2265426dd0646daf
parent1c0cfc8726c1c5e4085ad43bdf533b91af88e971
favor procedural calls for most private functions

This makes for better compile-time checking and also helps
document which calls are private for HTTP and NNTP.

While we're at it, use IO::Handle::* functions procedurally,
too, since we know we're working with native glob handles.
lib/PublicInbox/HTTP.pm
lib/PublicInbox/NNTP.pm
lib/PublicInbox/Spawn.pm
script/public-inbox-httpd