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 fd3220d commit db825d2Copy full SHA for db825d2
checksetup.pl
@@ -100,10 +100,7 @@ BEGIN
100
}
101
102
print "cpanm @cpanm_args \".\"\n" if !$silent;
103
- # Ensure cpanm uses MYMETA.json and not cpanfile, in order to correctly resolve features' dependencies
104
- rename('cpanfile', 'cpanfile.checksetup');
105
my $rv = system('cpanm', @cpanm_args, '.');
106
- rename('cpanfile.checksetup', 'cpanfile');
107
exit 1 if $rv != 0;
108
109
0 commit comments