Skip to content

Commit 4d32a75

Browse files
committed
Cosmetic changes
1 parent a59a2f5 commit 4d32a75

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README

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

44
INSTALLATION

lib/Config/Processor.pm

Lines changed: 3 additions & 3 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.10';
7+
our $VERSION = '0.11_01';
88

99
use File::Spec;
1010
use YAML::XS qw( LoadFile );
@@ -651,14 +651,14 @@ configuration parameters.
651651
host: "stat-master.mydb.com"
652652
username: "stat_writer"
653653
password: "stat_writer_pass"
654-
overlay: { var: myapp.db.connectors.test }
654+
overlay: { var: myapp.db.connectors.test }
655655
656656
stat_slave:
657657
underlay: { var: myapp.db.connectors.default }
658658
host: "stat-slave.mydb.com"
659659
username: "stat_reader"
660660
password: "stat_reader_pass"
661-
overlay: { var: myapp.db.connectors.test }
661+
overlay: { var: myapp.db.connectors.test }
662662
663663
To disable overriding just assign to C<test> connector empty hash.
664664

0 commit comments

Comments
 (0)