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

use Apache::Test;

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

ok 1;