Subject: | hard to install using cpanm |
I've run into this issue before, but today I finally dug a bit deeper. cpanm App::GitGot doesn't work for me on a fresh Perl (v5.16.2 OS X) because cpanm doesn't install Term::ReadLine::Perl. (It waits for input). See https://github.com/miyagawa/cpanminus/issues/82
I was able to install this without failures via:
cpan Term::ReadLine::Perl
cpanm App::GitGot
Anyway, I hesitate to call this a bug, but it's a bit of a pain. Not sure if there's a drop-in replacement for Term::ReadLine::Perl, but maybe a note in the docs about this would be helpful since I'm guessing more people are running into the same issue over time.
Thanks for your work, BTW. I use this app pretty much every day.