Sign in
apache
/
mod_perl
/
release
/
.
/
2_0_5
/
t
/
lib
/
TestAPRlib
/
os.pm
blob: bd6de22be98987c41655119fb825566b99531914 [
file
] [
log
] [
blame
]
package
TestAPRlib
::
os
;
# testing APR::OS API
use
strict
;
use
warnings FATAL
=>
'all'
;
use
Apache
::
Test
;
use
Apache
::
TestUtil
;
use
APR
::
OS
();
sub
num_of_tests
{
return
1
;
}
sub
test
{
ok
1
;
}
1
;