File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -398,15 +398,18 @@ the parameter not specified, current directory will be used.
398
398
399
399
=item interpolate_variables => $boolean
400
400
401
- Enables or disables variable interpolation. Enabled by default.
401
+ Enables or disables variable interpolation in configurations files.
402
+ Enabled by default.
402
403
403
404
=item process_directives => $boolean
404
405
405
- Enables or disables directive processing. Enabled by default.
406
+ Enables or disables directive processing in configurations files.
407
+ Enabled by default.
406
408
407
409
=item export_env
408
410
409
- TODO
411
+ Enables or disables environment variables exporting to configuration tree.
412
+ Disabled by default.
410
413
411
414
=back
412
415
@@ -431,6 +434,10 @@ Enables or disables variable interpolation in configurations files.
431
434
432
435
Enables or disables directive processing in configuration files.
433
436
437
+ =head2 export_env( [ $boolean ] )
438
+
439
+ Enables or disables environment variables exporting to configuration tree.
440
+
434
441
=head1 MERGING RULES
435
442
436
443
Config::Processor merges all configuration sections in one resulting configuration tree by following rules:
You can’t perform that action at this time.
0 commit comments