Searched refs:Testing (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | Exporter.t | 39 package Testing; package 43 # Make sure Testing can do everything its supposed to. 45 ::ok( Testing->can($meth), "subclass can $meth()" ); 57 ::ok( Testing->require_version(1.05), 'require_version()' ); 58 eval { Testing->require_version(1.11); 1 }; 60 ::ok( Testing->require_version(0), 'require_version(0)' ); 90 Testing->import; 102 # Testing->import is called. 115 Testing->import(@imports); 123 Testing [all...] |
H A D | locale.t | 445 my %Testing;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/ |
H A D | b.t | 21 package Testing::Symtable; 29 package Testing::Symtable::Foo; 32 package Testing::Symtable::Bar; 38 B::walksymtable(\%Testing::Symtable::, 'find_syms', sub { $_[0] =~ /Foo/ }, 39 'Testing::Symtable::'); 47 my @syms = map { 'Testing::Symtable::'.$_ } qw(This That wibble moo car 49 push @syms, "Testing::Symtable::Foo::yarrow";
|
H A D | xref.t | 76 defined $xreftable{$thisfile}{'Testing::Xref::foo'}{main}{'%xreftable'}, 84 $xreftable{$thisfile}{'(definitions)'}{'Testing::Xref'}{'&foo'}, 's1001', 88 $xreftable{$thisfile}{'(definitions)'}{'Testing::Xref'}{'&bar'}, 's1002', 92 $xreftable{$thisfile}{'Testing::Xref::bar'}{'Testing::Xref'}{'&foo'}, 96 $xreftable{$thisfile}{'Testing::Xref::foo'}{'Testing::Xref'}{'*FOO'}, 108 package Testing::Xref;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/ |
H A D | Usage.t | 119 Testing Pod::Usage. This section is not displayed with -verbose < 2.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/ |
H A D | Simple.pm | 180 complicated feature into the new Testing module. He observed that the
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/ |
H A D | Calc.pm | 2089 So the library needs only to deal with unsigned big integers. Testing of input
|
Completed in 34 milliseconds