Test-Unit-Lite
view release on metacpan or search on metacpan
unshift @INC, File::Spec->catdir($cwd, 'inc');
unshift @INC, File::Spec->catdir($cwd, 'lib');
}
use Test::Unit::Lite;
local $SIG{__WARN__} = sub { require Carp; Carp::confess("Warning: $_[0]") };
all_tests;
This is perl equivalent of shell command line:
perl -Iinc -Ilib -MTest::Unit::Lite -w -e all_tests
# SEE ALSO
[Test::Unit](http://search.cpan.org/perldoc?Test::Unit), [Test::Assert](http://search.cpan.org/perldoc?Test::Assert).
# TESTS
The [Test::Unit::Lite](http://search.cpan.org/perldoc?Test::Unit::Lite) was tested as a [Test::Unit](http://search.cpan.org/perldoc?Test::Unit) replacement for following
lib/Test/Unit/Lite.pm view on Meta::CPAN
unshift @INC, File::Spec->catdir($cwd, 'inc');
unshift @INC, File::Spec->catdir($cwd, 'lib');
}
use Test::Unit::Lite;
local $SIG{__WARN__} = sub { require Carp; Carp::confess("Warning: $_[0]") };
all_tests;
This is perl equivalent of shell command line:
perl -Iinc -Ilib -MTest::Unit::Lite -w -e all_tests
=head1 SEE ALSO
L<Test::Unit>, L<Test::Assert>.
=head1 TESTS
The L<Test::Unit::Lite> was tested as a L<Test::Unit> replacement for following
( run in 0.695 second using v1.01-cache-2.11-cpan-49f99fa48dc )