Skip to content

Commit ec9a23a

Browse files
committed
POD updated
1 parent 386d7cc commit ec9a23a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

lib/Config/Processor.pm

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -398,15 +398,18 @@ the parameter not specified, current directory will be used.
398398
399399
=item interpolate_variables => $boolean
400400
401-
Enables or disables variable interpolation. Enabled by default.
401+
Enables or disables variable interpolation in configurations files.
402+
Enabled by default.
402403
403404
=item process_directives => $boolean
404405
405-
Enables or disables directive processing. Enabled by default.
406+
Enables or disables directive processing in configurations files.
407+
Enabled by default.
406408
407409
=item export_env
408410
409-
TODO
411+
Enables or disables environment variables exporting to configuration tree.
412+
Disabled by default.
410413
411414
=back
412415
@@ -431,6 +434,10 @@ Enables or disables variable interpolation in configurations files.
431434
432435
Enables or disables directive processing in configuration files.
433436
437+
=head2 export_env( [ $boolean ] )
438+
439+
Enables or disables environment variables exporting to configuration tree.
440+
434441
=head1 MERGING RULES
435442
436443
Config::Processor merges all configuration sections in one resulting configuration tree by following rules:

0 commit comments

Comments
 (0)