On Sun, May 02, 2021 at 07:36:48AM +0000, wen heping wrote: > Here is a patch to create new port devel/p5-CLI-Osprey, > which is required by the update of www/p5-Dancer2. > It build and run well on amd64-6.9 system, 1 test(all > 15 tests) failed because Test::lib module had not been > imported into portstree.
Then we should import p5-Test-Lib or patch not to use it. Both variants are trivial and attached. anyway OK bluhm@ for p5-CLI-Osprey
p5-Test-Lib.tgz
Description: application/tar-gz
$OpenBSD$
Index: t/basic.t
--- t/basic.t.orig
+++ t/basic.t
@@ -3,7 +3,7 @@
use Test::More;
use Capture::Tiny qw( capture );
-use Test::Lib;
+use lib 't/lib';
use MyTest::Class::Basic;
subtest 'command' => sub {
