hydra/src/lib/Hydra/Config.pm

9 lines
149 B
Perl
Raw Normal View History

2021-07-26 03:43:09 +00:00
package Hydra::Config;
2021-08-19 16:36:43 -04:00
use strict;
use warnings;
2021-07-26 17:11:21 +00:00
our %configGeneralOpts = (-UseApacheInclude => 1, -IncludeAgain => 1, -IncludeRelative => 1);
2021-07-26 03:43:09 +00:00
1;