Searched defs:use_ok (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A Dtest.pl332 sub use_ok ($) { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm9 # Can't use Carp because it might cause use_ok() to accidentally succeed
23 @EXPORT = qw(ok use_ok require_ok
61 BEGIN { use_ok( 'Some::Module' ); }
639 C<use_ok> and C<require_ok>.
643 =item B<use_ok>
645 BEGIN { use_ok($module); }
646 BEGIN { use_ok($module, @imports); }
649 happened ok. It's recommended that you run use_ok() inside a BEGIN
655 BEGIN { use_ok('Some::Module', qw(foo bar)) }
664 use_ok('Som
678 sub use_ok ($;@) { subroutine
[all...]

Completed in 20 milliseconds