Apache-AppSamurai

 view release on metacpan or  search on metacpan

t/70-apache-simple.at  view on Meta::CPAN

#!perl

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

use Apache::Test;

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

plan tests => 1, skip_reason("Live Apache tests not yet implemented");

# mod_auth can cause test failures if in the wrong spot in the
# Apache chain, so we just make sure it does not get added. (test case: static
# mod_perl build and everything else as a DSO).
Apache::TestConfig::autoconfig_skip_module_add('mod_auth.c');

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



( run in 1.223 second using v1.01-cache-2.11-cpan-39bf76dae61 )