NAME
t::Test::abeltje - Helper Test module that imports useful stuff.
SYNOPSIS
#! perl -I.
use t::Test::abeltje;
# Don't forget -I. on the shebang line
# this is where you have your Fav. test-routines.
abeltje_done_testing();
DESCRIPTION
Mostly nicked from other modules (like Modern::Perl)...
This gives you Test::More, Test::Fatal, Test::Warnings and also imports for you: strict, warnings, the feature with the :5.10
tag and lib with the t/lib
path.
abeltje_done_testing
Just for fun, an alias for "done_testing()" in Test::More.
import_extra
This module works by the use of "import_extra()" in Test::Builder::Module.
COPYRIGHT
© MMXX - Abe Timmerman <abeltje@cpan.org>