You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments