Sign in
apache
/
perl-apache-test
/
refs/heads/trunk
/
.
/
t
/
alltest
/
all.t
blob: ef0033cfd442fd6ef5b69e09e9bf39668d5430e8 [
file
]
use
strict
;
use
warnings FATAL
=>
'all'
;
use
Apache
::
Test
;
plan tests
=>
1
,
skip_reason
(
'testing all.t'
);
ok
1
;