We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381c23b commit 8cb07bbCopy full SHA for 8cb07bb
Changes
@@ -1,5 +1,9 @@
1
Revision history for Perl extension Config::Processor.
2
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
+
7
0.18 Wed Jan 4 18:02:45 MSK 2017
8
- Leading and trailing spaces now removes from variable names.
9
README
@@ -1,4 +1,4 @@
-Config-Processor version 0.19_01
+Config-Processor version 0.20
=============================
INSTALLATION
lib/Config/Processor.pm
@@ -4,7 +4,7 @@ use 5.008000;
use strict;
use warnings;
-our $VERSION = '0.19_01';
+our $VERSION = '0.20';
use File::Spec;
10
use YAML::XS qw( LoadFile );
0 commit comments