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
When trying to install this module with cpanm using cpanm --installdeps -n some-module-i-use I got the following error.
Configuring Class-Accessor-Lite-0.08
Running Makefile.PL
Can't locate inc/Module/Install.pm in @INC (you may need to install the inc::Module::Install module) (@INC contains: /home/patrick/perl5/perlbrew/perls/perl-5.30.0/lib/site_perl/5.30.0/x86_64-linux-multi /home/patrick/perl5/perlbrew/perls/perl-5.30.0/lib/site_perl/5.30.0 /home/patrick/perl5/perlbrew/perls/perl-5.30.0/lib/5.30.0/x86_64-linux-multi /home/patrick/perl5/perlbrew/perls/perl-5.30.0/lib/5.30.0) at Makefile.PL line 2.
BEGIN failed--compilation aborted at Makefile.PL line 2.
-> N/A
I'm running Perl 5.30. I suspect this has something to do with Perl not having . in @inc anymore.
The text was updated successfully, but these errors were encountered:
When trying to install this module with cpanm using
cpanm --installdeps -n some-module-i-use
I got the following error.I'm running Perl 5.30. I suspect this has something to do with Perl not having . in @inc anymore.
The text was updated successfully, but these errors were encountered: