Apply requested changes to Config.pm

This commit is contained in:
Shay Bergmann
2021-07-26 17:11:21 +00:00
parent 4f95774ca3
commit 173ecb5d92
3 changed files with 4 additions and 11 deletions

View File

@ -1,11 +1,5 @@
package Hydra::Config;
use strict;
use Exporter;
our @ISA = qw(Exporter);
our @EXPORT = qw(%configGeneralOpts);
my %configGeneralOpts = (-UseApacheInclude => 1, -IncludeAgain => 1);
our %configGeneralOpts = (-UseApacheInclude => 1, -IncludeAgain => 1, -IncludeRelative => 1);
1;