ok - Alternative to Test::More::use_ok


NAME

ok - Alternative to Test::More::use_ok


SYNOPSIS

    use ok( 'Some::Module' );


DESCRIPTION

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

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