use strict; use warnings FATAL => 'all'; use Apache::Test; plan tests => 1; # XXX: see if we can add a real test here # for now just testing that the loading of the module works fine ok 1;