File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Perl extension Config::Processor.
2
2
3
+ 0.10 Tue Jun 21 11:00:00 MSK 2016
4
+ - Now module will always try to search configuration files in current
5
+ directory.
6
+ - Slight POD changes.
7
+
3
8
0.08 Fri Apr 29 11:11:42 MSK 2016
4
9
- Fixed unit tests. Do not passed tests on Windows platform.
5
10
Original file line number Diff line number Diff line change 1
- Config-Processor version 0.09_01
1
+ Config-Processor version 0.10
2
2
========================
3
3
4
4
INSTALLATION
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use 5.008000;
4
4
use strict;
5
5
use warnings;
6
6
7
- our $VERSION = ' 0.09_01 ' ;
7
+ our $VERSION = ' 0.10 ' ;
8
8
9
9
use File::Spec;
10
10
use YAML::XS qw( LoadFile ) ;
@@ -473,7 +473,7 @@ After merging of two files we will get:
473
473
=head1 INTERPOLATION
474
474
475
475
Config::Processor can interpolate variables in string values (if you need alias
476
- for complex sctructures see C<var > directive). For example, we have
476
+ for complex structures see C<var > directive). For example, we have
477
477
F<myapp.yml> file:
478
478
479
479
myapp:
You can’t perform that action at this time.
0 commit comments