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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DExporter.t8 # Can't use Test::Simple/More, they depend on Exporter.
153 package More::Testing;
156 eval { More::Testing->require_version(0); 1 };
160 package Yet::More::Testing;
163 eval { Yet::More::Testing->require_version(10); 1 };
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm1 package Test::More;
51 Test::More - yet another framework for writing test scripts
55 use Test::More tests => $Num_Tests;
57 use Test::More qw(no_plan);
59 use Test::More skip_all => $reason;
106 my @status = Test::More::status;
131 The preferred way to do this is to declare a plan when you C<use Test::More>.
133 use Test::More tests => $Num_Tests;
139 use Test::More qw(no_plan);
143 use Test::More skip_al
[all...]

Completed in 243 milliseconds