]> Sergey Matveev's repositories - public-inbox.git/commit
testcommon: require_git: use "plan" from Test::More
authorEric Wong <e@80x24.org>
Sun, 22 Dec 2019 03:54:46 +0000 (03:54 +0000)
committerEric Wong <e@80x24.org>
Sun, 22 Dec 2019 03:55:06 +0000 (03:55 +0000)
commit3f7c0003047a81375d5a6f8c0633a43893d75cc1
treebdd47d5b6c2e56223b8c8e4bfa18a15be8104bb2
parent5c46cd1b3aa2421ef1e1b794b1c2358898cdf37a
testcommon: require_git: use "plan" from Test::More

require_git is no longer in the "::main" namespace, so we must
call Test::More::plan() explicitly.
lib/PublicInbox/TestCommon.pm