Skip to content

Commit a59a2f5

Browse files
committed
Prepared for release
1 parent 4c1c6ee commit a59a2f5

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Revision history for Perl extension Config::Processor.
22

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+
38
0.08 Fri Apr 29 11:11:42 MSK 2016
49
- Fixed unit tests. Do not passed tests on Windows platform.
510

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Config-Processor version 0.09_01
1+
Config-Processor version 0.10
22
========================
33

44
INSTALLATION

lib/Config/Processor.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use 5.008000;
44
use strict;
55
use warnings;
66

7-
our $VERSION = '0.09_01';
7+
our $VERSION = '0.10';
88

99
use File::Spec;
1010
use YAML::XS qw( LoadFile );
@@ -473,7 +473,7 @@ After merging of two files we will get:
473473
=head1 INTERPOLATION
474474
475475
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
477477
F<myapp.yml> file:
478478
479479
myapp:

0 commit comments

Comments
 (0)