xref
: /
dports
/
devel
/
p5-Test2-Harness
/
Test2-Harness-1.000082
/
t
/
integration
/
test
/
pass.tx
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
use Test2::V0;
2
3
ok(1, "Pass");
4
5
done_testing;
6