]> Sergey Matveev's repositories - public-inbox.git/commit
nntp: cleanup: move use statements out of sub scope
authorEric Wong <e@80x24.org>
Fri, 9 Sep 2016 18:43:55 +0000 (18:43 +0000)
committerEric Wong <e@80x24.org>
Fri, 9 Sep 2016 18:43:55 +0000 (18:43 +0000)
commit365d594829b963a9c95526ebb2af8859a0c4bc93
treefeaaeb995b0b9ff43d0b144670f05c3aab422608
parentefc69a789c61a6f2ad6516b3e684f96656a8c81c
nntp: cleanup: move use statements out of sub scope

This clarifies the code somewhat, and we don't care to lazy-load
in NNTP.pm anyways since this is only used for a long-lived
daemon.
lib/PublicInbox/NNTP.pm