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