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 2f3bc12 commit 71193adCopy full SHA for 71193ad
Changes
@@ -1,5 +1,9 @@
1
Revision history for Perl extension Config::Processor.
2
3
+0.11 Wen Nov 23 12:30:00 MSK 2016
4
+ - Decrease dependencies versions.
5
+ - Cosmetic changes
6
+
7
0.10 Tue Jun 21 11:00:00 MSK 2016
8
- Now module will always try to search configuration files in current
9
directory.
Makefile.PL
@@ -6,8 +6,8 @@ WriteMakefile(
VERSION_FROM => 'lib/Config/Processor.pm',
PREREQ_PM => {
'File::Spec' => '0',
- 'YAML::XS' => '0.62',
10
- 'Cpanel::JSON::XS' => '3.0213',
+ 'YAML::XS' => '0.41',
+ 'Cpanel::JSON::XS' => '3.0104',
11
'Hash::Merge' => '0.200',
12
'Scalar::Util' => '0',
13
'Carp' => '0',
0 commit comments