We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9a23a commit eb9fae8Copy full SHA for eb9fae8
examples/example.pl
@@ -7,7 +7,7 @@
7
use Data::Dumper;
8
9
my $config_processor = Config::Processor->new(
10
- dirs => [ qw( examples/etc ) ],
+ dirs => [qw( examples/etc )],
11
export_env => 1,
12
);
13
0 commit comments