Factor out common options
This commit is contained in:
11
src/lib/Hydra/Config.pm
Normal file
11
src/lib/Hydra/Config.pm
Normal file
@ -0,0 +1,11 @@
|
||||
package Hydra::Config;
|
||||
|
||||
use strict;
|
||||
use Exporter;
|
||||
|
||||
our @ISA = qw(Exporter);
|
||||
our @EXPORT = qw(%configGeneralOpts);
|
||||
|
||||
my %configGeneralOpts = (-UseApacheInclude => 1, -IncludeAgain => 1);
|
||||
|
||||
1;
|
Reference in New Issue
Block a user