]> Sergey Matveev's repositories - public-inbox.git/commit
http|nntp: "use PublicInbox::DS" instead of ->import
authorEric Wong <e@80x24.org>
Mon, 8 Jul 2019 07:31:19 +0000 (07:31 +0000)
committerEric Wong <e@80x24.org>
Mon, 8 Jul 2019 07:31:19 +0000 (07:31 +0000)
commitb1b3e733968845cfd0d9669198dd605717152db4
tree9ee396fc19634d1d5140b09d8e59286f05e16536
parent3672f8765e3d4e15bc470dd18c6c8011dad296e0
http|nntp: "use PublicInbox::DS" instead of ->import

Relying on "use" to import during BEGIN means we get to take
advantage of prototype checking of function args during the rest
of the compilation phase.
lib/PublicInbox/HTTP.pm
lib/PublicInbox/NNTP.pm