blob: a2f9f15e32978bd70c51a3aea4440d3904076e5d [file] [log] [blame]
#!perl -T
# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
use strict;
use warnings FATAL => 'all';
use Apache::Test;
use TestAPRlib::pool;
plan tests => TestAPRlib::pool::num_of_tests();
TestAPRlib::pool::test();