8 lines
129 B
Perl
8 lines
129 B
Perl
use strict;
|
|
use warnings FATAL => 'all';
|
|
|
|
use Apache::Test;
|
|
|
|
plan tests => 1, skip_reason('testing more than one all.t');
|
|
|
|
ok 1;
|