From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.7 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 9833A1F463 for ; Sun, 5 Jan 2020 23:23:36 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/6] various cleanups around use/require Date: Sun, 5 Jan 2020 23:23:30 +0000 Message-Id: <20200105232336.26023-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: We've accumulated some cruft over the years. Lets get rid of some of it and find places where we can help Perl figure more stuff out at compile-time rather than run-time. Eric Wong (6): hval: export prurl and add prototype view: update POSIX::strftime usage altid: use msgmap at compile time admin: do not lazy-load Inbox or Config packages treewide: "require" + "use" cleanup and docs syscall: modernize away from pre-Perl-5.6 conventions Makefile.PL | 2 +- lib/PublicInbox/Admin.pm | 4 ++-- lib/PublicInbox/AltId.pm | 3 +-- lib/PublicInbox/Config.pm | 2 +- lib/PublicInbox/DS.pm | 5 ++--- lib/PublicInbox/Daemon.pm | 2 +- lib/PublicInbox/Emergency.pm | 2 +- lib/PublicInbox/ExtMsg.pm | 5 ++--- lib/PublicInbox/Filter/RubyLang.pm | 1 - lib/PublicInbox/Git.pm | 2 +- lib/PublicInbox/GitHTTPBackend.pm | 2 +- lib/PublicInbox/HTTP.pm | 3 ++- lib/PublicInbox/HTTPD.pm | 4 ++-- lib/PublicInbox/Hval.pm | 5 +++-- lib/PublicInbox/Import.pm | 2 +- lib/PublicInbox/Listener.pm | 2 +- lib/PublicInbox/MboxGz.pm | 1 - lib/PublicInbox/NNTPD.pm | 2 +- lib/PublicInbox/NewsWWW.pm | 3 ++- lib/PublicInbox/Search.pm | 2 -- lib/PublicInbox/SearchIdx.pm | 2 +- lib/PublicInbox/SearchView.pm | 6 +---- lib/PublicInbox/SolverGit.pm | 2 +- lib/PublicInbox/Spawn.pm | 1 - lib/PublicInbox/Syscall.pm | 35 ++++++++++++++---------------- lib/PublicInbox/TLS.pm | 2 -- lib/PublicInbox/Tmpfile.pm | 2 +- lib/PublicInbox/V2Writable.pm | 2 +- lib/PublicInbox/View.pm | 17 +++++++-------- lib/PublicInbox/ViewDiff.pm | 2 +- lib/PublicInbox/WatchMaildir.pm | 2 +- lib/PublicInbox/WwwAtomStream.pm | 2 +- lib/PublicInbox/WwwListing.pm | 6 ++--- lib/PublicInbox/WwwStream.pm | 4 ++-- lib/PublicInbox/Xapcmd.pm | 2 +- script/public-inbox-convert | 2 -- script/public-inbox-edit | 8 +++---- script/public-inbox-init | 4 ++-- script/public-inbox-nntpd | 4 ++-- t/cgi.t | 2 -- t/feed.t | 2 -- 41 files changed, 71 insertions(+), 92 deletions(-)