]> Sergey Matveev's repositories - public-inbox.git/commitdiff
tests: move t/common.perl to PublicInbox::TestCommon
authorEric Wong <e@80x24.org>
Wed, 18 Dec 2019 03:36:44 +0000 (03:36 +0000)
committerEric Wong <e@80x24.org>
Thu, 19 Dec 2019 04:07:45 +0000 (04:07 +0000)
We want to be able to use run_script with *.t files, so
t/common.perl putting subs into the top-level "main" namespace
won't work.  Instead, make it a module which uses Exporter
like other libraries.


No differences found