blob: 233045c5f179056d707a17801db91d838115af67 [file] [log] [blame]
# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
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;