Acme-PETEK-Testkit

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use strict;
use warnings;
use ExtUtils::MakeMaker;

use lib qw(../blib/lib lib );

use Apache::TestMM qw(test clean); #enable 'make test'
  
# prerequisites
my @scripts = qw(t/TEST);
  
# accept the configs from command line
Apache::TestMM::filter_args();
Apache::TestMM::generate_script('t/TEST');

t/TEST.PL  view on Meta::CPAN

#!perl

use strict;
use warnings FATAL => 'all';

use lib qw(./lib ./LIBRA);

use Apache::TestRunPerl ();

Apache::TestRunPerl->new->run(@ARGV);



( run in 0.238 second using v1.01-cache-2.11-cpan-87723dcf8b7 )