The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 Test::use::ok 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.