Sign in
◑
Theme
apache
/
mod_perl
/
release
/
.
/
2_0_7
/
t
/
lib
/
TestAPRlib
/
error.pm
blob: 869518eca9798c09124220002a984a758f273af8 [
file
]
package
TestAPRlib
::
error
;
# testing APR::Error API
use
strict
;
use
warnings FATAL
=>
'all'
;
use
Apache
::
Test
;
use
Apache
::
TestUtil
;
use
APR
::
Error
;
sub
num_of_tests
{
return
1
;
}
sub
test
{
ok
1
;
}
1
;