Commit fd3220d
committed
checksetup: Don't let cpanm use default cpanfile
In the "cpanm --installdeps [...] ." invocation, cpanm will prefer
loading cpanfile over MYMETA.json, which will cause it to miss
dependencies for features that were enabled on checksetup's command
line. Avoid this by temporarily moving the default cpanfile out of the
way before the cpanm invocation.1 parent 84b250f commit fd3220d
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
103 | 105 | | |
| 106 | + | |
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
| |||
0 commit comments