blob: 41f4d1b185dfe09002f963593a161a6218866152 [file] [log] [blame]
use strict;
use warnings FATAL => 'all';
use Apache::Test;
use Apache::TestUtil;
use Apache::TestRequest;
plan tests => 1, skip_reason('local %ENV is still broken');
my $module = 'TestModperl::local_env';
my $url = Apache::TestRequest::module2url($module);
t_debug "connecting to $url";
print GET_BODY_ASSERT $url;