summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/Apache-Test/t/alltest2/all.t
blob: 0393608aafbc211875b2fc23ed0cbe45667275b7 (plain)
1
2
3
4
5
6
7
8
use strict;
use warnings FATAL => 'all';

use Apache::Test;

plan tests => 1, skip_reason('testing more than one all.t');

ok 1;