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;