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