| ok - Alternative to Test::More::use_ok |
ok - Alternative to Test::More::use_ok
use ok( 'Some::Module' );
With this module, simply change all use_ok in test scripts to use ok,
and they will be executed at BEGIN time.
Please see the Test::use::ok manpage for the full description.
Copyright 2005 by Autrijus Tang <autrijus@autrijus.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| ok - Alternative to Test::More::use_ok |