blob: 5f7937f81938d12893044b69932f5d3dd5d02b58 [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::bucket;
plan tests => TestAPRlib::bucket::num_of_tests();
TestAPRlib::bucket::test();