in reply to When CPAN install fails, but the model is installed anyway

sh: C:Strawberrycbingmake.EXE: command not found

I don't use git bash, and almost never use windows any more, but I wouldn't expect git bash to be successful here. Stick to the one shell. I'd also recommend using cpanm over cpan, considerably faster. Open a fresh command prompt and do this:

cpanm --reinstall Carp::Always

Just to make sure everything gets installed as expected.

Replies are listed 'Best First'.
Re^2: When CPAN install fails, but the model is installed anyway
by BeneSphinx (Sexton) on Oct 05, 2017 at 16:56 UTC
    Thanks, it succeeded.