Apply requested changes to Config.pm
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user