blob: 5a18d603a821615c57f01d81c823b4e996429ff6 [file] [log] [blame]
#we generate this script simply to set @INC
#so Apache::ExtUtils can be found
use Apache::ExtUtils qw(%Config);
use strict;
my $key = shift;
print $Config{$key};