Sign in
apache
/
mod_perl
/
release
/
.
/
2_0_8
/
t
/
apr-ext
/
pool.t
blob: a9a9fd61a7211bf146979cda41fab1247cb34add [
file
] [
log
] [
blame
]
#!perl -T
use
strict
;
use
warnings FATAL
=>
'all'
;
use
Apache
::
Test
;
use
TestAPRlib
::
pool
;
plan tests
=>
TestAPRlib
::
pool
::
num_of_tests
();
TestAPRlib
::
pool
::
test
();