Sign in
apache
/
mod_perl
/
refs/heads/clone-skip-unstable
/
.
/
t
/
apr-ext
/
pool.t
blob: 358b66fcfc9113e260b388861556089100b9e58b [
file
] [
log
] [
blame
]
#!perl -T
use
strict
;
use
warnings FATAL
=>
'all'
;
#use threads;
use
TestAPRlib
::
pool
;
use
Apache
::
Test
;
plan tests
=>
TestAPRlib
::
pool
::
num_of_tests
();
TestAPRlib
::
pool
::
test
();