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