Skip to content

Commit 8cb07bb

Browse files
committed
Prepared to release
1 parent 381c23b commit 8cb07bb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changes

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

3+
0.20 Sat Jan 28 15:50:37 MSK 2017
4+
- Fixed the bug of the modification of a read-only value. Thanks to Andrey
5+
Kuzmin.
6+
37
0.18 Wed Jan 4 18:02:45 MSK 2017
48
- Leading and trailing spaces now removes from variable names.
59

README

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

44
INSTALLATION

lib/Config/Processor.pm

Lines changed: 1 addition & 1 deletion
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.19_01';
7+
our $VERSION = '0.20';
88

99
use File::Spec;
1010
use YAML::XS qw( LoadFile );

0 commit comments

Comments
 (0)