Skip to content

Commit 71193ad

Browse files
author
Andrey Kuzmin
committed
Decrease dependencies versions.
There is no need to install latest modules versions from CPAN. It simplifies using module on debian 8.
1 parent 2f3bc12 commit 71193ad

File tree

2 files changed

+6
-2
lines changed

2 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.11 Wen Nov 23 12:30:00 MSK 2016
4+
- Decrease dependencies versions.
5+
- Cosmetic changes
6+
37
0.10 Tue Jun 21 11:00:00 MSK 2016
48
- Now module will always try to search configuration files in current
59
directory.

Makefile.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ WriteMakefile(
66
VERSION_FROM => 'lib/Config/Processor.pm',
77
PREREQ_PM => {
88
'File::Spec' => '0',
9-
'YAML::XS' => '0.62',
10-
'Cpanel::JSON::XS' => '3.0213',
9+
'YAML::XS' => '0.41',
10+
'Cpanel::JSON::XS' => '3.0104',
1111
'Hash::Merge' => '0.200',
1212
'Scalar::Util' => '0',
1313
'Carp' => '0',

0 commit comments

Comments
 (0)