6 lines
121 B
Perl
6 lines
121 B
Perl
use strict;
|
|
use warnings FATAL => 'all';
|
|
|
|
use Apache::TestCommon ();
|
|
|
|
Apache::TestCommon::run_write_test('test_rwrite');
|