Acme-PETEK-Testkit
view release on metacpan or search on metacpan
t/00_load_script.t view on Meta::CPAN
BEGIN {
*CORE::GLOBAL::exit = sub {
CORE::exit if $_[0] && $_[0] eq 'yes';
die "exit ok\n";
};
}
eval {
local @ARGV = ('-v');
select NULL;
require 'scripts/lc.pl';
};
like($@,qr/\Aexit ok\n/s,'scripts/lc.pl compiled ok');
( run in 1.267 second using v1.01-cache-2.11-cpan-49f99fa48dc )