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 c1e8ec4 commit 6d4a0d1Copy full SHA for 6d4a0d1
Changes
@@ -1,5 +1,8 @@
1
Revision history for Perl extension Config::Processor.
2
3
+0.12 Thu Nov 24 11:36:40 MSK 2016
4
+ - Decreased version of required modules YAML::XS and Cpanel::JSON::XS.
5
+
6
0.10 Tue Jun 21 11:00:00 MSK 2016
7
- Now module will always try to search configuration files in current
8
directory.
README
@@ -1,5 +1,5 @@
-Config-Processor version 0.11_01
-========================
+Config-Processor version 0.12
+=============================
INSTALLATION
lib/Config/Processor.pm
@@ -4,7 +4,7 @@ use 5.008000;
use strict;
use warnings;
-our $VERSION = '0.11_01';
+our $VERSION = '0.12';
9
use File::Spec;
10
use YAML::XS qw( LoadFile );
0 commit comments