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 07e6a9a commit 78de0f7Copy full SHA for 78de0f7
Makefile.PL
@@ -82,10 +82,7 @@ sub WriteMakefile1
82
die "License not specified" if ( !exists( $params{LICENSE} ) );
83
$params{TEST_REQUIRES}
84
and $eumm_version < 6.6303
85
- and $params{BUILD_REQUIRES} =
86
- $params{BUILD_REQUIRES}
87
- ? { %{ $params{BUILD_REQUIRES} }, %{ delete $params{TEST_REQUIRES} } }
88
- : delete $params{TEST_REQUIRES};
+ and $params{BUILD_REQUIRES} = { %{ $params{BUILD_REQUIRES} || {} }, %{ delete $params{TEST_REQUIRES} } };
89
#EUMM 6.5502 has problems with BUILD_REQUIRES
90
$params{BUILD_REQUIRES}
91
and $eumm_version < 6.5503
0 commit comments