summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/build/config.pl
blob: b7de3682e0c5bbeedc1d0382b5e2a4be961373d9 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl -w

use strict;
use FindBin qw($Bin);
use lib "$Bin/../Apache-Test/lib";

use Apache::TestConfig ();

print Apache::TestConfig::as_string();