I am trying to run build a Perl project. When I try perl Build.PL, I get an error:
Can't locate Module/Build.pm in @INC
I installed CPAN and tried cpan Module::Build
. However when I do that I get an error: Can't locate Module/Metadata.pm in @INC
I tried installing metadata but tests are failing. Is there a way to install Build.pm and all its dependencies at one go