Skip to content

Commit 368d92e

Browse files
authored
Merge pull request #2 from kak-tus/dependencies
Decrease dependencies versions.
2 parents 2f3bc12 + 0198447 commit 368d92e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)