Apache-Scoreboard
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
#no warnings 'redefine';
use mod_perl2;
# XXX: need to check that the same perl is used as the one mod_perl
# was built with, otherwise unresolved symbols problems occur:
# e.g. try using mod_perl.so built with blead-perl and build the
# scoreboard with blead-ithreads-perl
#use Apache::Build ();
#my $build = Apache::Build->new;
#use lib qw(../lib ../Apache-Test/lib);
use ModPerl::MM ();
# enable 'make test|clean'
use Apache::TestMM qw(test clean);
# prerequisites
my %require = (
"Apache::Test" => "1.10", # ipv6 fixes
"mod_perl" => "2.00",
#!perl
use strict;
use warnings FATAL => 'all';
use lib qw(t/lib lib ../Apache-Test/lib);
use Apache::TestRunPerl ();
Apache::TestRunPerl->new->run(@ARGV);
( run in 0.230 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )