7 lines
128 B
Perl
7 lines
128 B
Perl
use strict;
|
|
use warnings FATAL => 'all';
|
|
|
|
use Apache::TestCommon ();
|
|
|
|
Apache::TestCommon::run_write_test('test_pass_brigade');
|
|
|