1ok(3) User Contributed Perl Documentation ok(3)
2
3
4
6 ok - Alternative to Test::More::use_ok
7
9 use ok 'Some::Module';
10
12 With this module, simply change all "use_ok" in test scripts to "use
13 ok", and they will be executed at "BEGIN" time.
14
15 Please see Test::use::ok for the full description.
16
18 To the extent possible under law, 唐鳳 has waived all copyright and
19 related or neighboring rights to Test-use-ok.
20
21 This work is published from Taiwan.
22
23 <http://creativecommons.org/publicdomain/zero/1.0>
24
25
26
27perl v5.34.0 2022-03-05 ok(3)