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