1#!perl -T
2# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
3
4use strict;
5use warnings FATAL => 'all';
6use Apache::Test;
7
8use TestAPRlib::string;
9
10plan tests => TestAPRlib::string::num_of_tests();
11
12TestAPRlib::string::test();
13