Searched defs:Simple (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm1 package Test::Simple;
25 Test::Simple - Basic utilities for writing tests.
29 use Test::Simple tests => 1;
52 use Test::Simple tests => 23;
93 Test::Simple will start by printing number of tests run in the form
98 If all your tests passed, Test::Simple will exit with zero (which is
101 will be considered failures. If no tests were ever run Test::Simple
123 use Test::Simple tests => 5;
155 Test::Simple will only report a maximum of 254 failures in its exit
172 Test::Simple i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Test/Simple/
H A DCatch.pm1 # For testing Test::Simple;
2 package Test::Simple::Catch;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm1 package Filter::Simple;
223 Filter::Simple - Simplified source filtering
232 use Filter::Simple;
238 # use Filter::Simple sub { ... };
355 The Filter::Simple module provides a simplified interface to
358 Instead of the above process, with Filter::Simple the task of setting up
365 Download and install the Filter::Simple module.
370 Set up a module that does a C<use Filter::Simple> and then
384 use Filter::Simple;
410 but this can be altered by passing a second argument to C<use Filter::Simple>
[all...]

Completed in 1028 milliseconds