]> Sergey Matveev's repositories - public-inbox.git/commit - t/solver_git.t
use "\&" where possible when referring to subroutines
authorEric Wong <e@80x24.org>
Wed, 9 Sep 2020 06:26:10 +0000 (06:26 +0000)
committerEric Wong <e@80x24.org>
Thu, 10 Sep 2020 19:45:18 +0000 (19:45 +0000)
commit934fea5e3b3c4c1ef0cef29477941ebfc44ff7e0
tree6217ad86260050f1e2a271536d1233633fc915fc
parent38226be5fd4c24885658e00d4ce87ccee663063d
use "\&" where possible when referring to subroutines

"*foo" is ambiguous in that it may refer to a bareword file handle;
so we'll use it where we can without triggering warnings.

PublicInbox::TestCommon::run_script_exit required dropping the
prototype, however.  We'll also future-proof by dropping "use
warnings" in Cgit.pm and use the less-ambiguous "//=" in Inbox.pm
while we're in the area.
lib/PublicInbox/Cgit.pm
lib/PublicInbox/Inbox.pm
lib/PublicInbox/TestCommon.pm
lib/PublicInbox/WwwListing.pm
t/replace.t
t/solver_git.t
xt/msgtime_cmp.t