The perl recommend me to install ExtUtils::Manifest when I install ExtUtils::Manifest.
The os is Win10, and version of perl is strawberry-perl-5.24.4.1-64bit.msi.
The detail information I get is following:
>C:\Users\username>cpanm ExtUtils::Manifest
--> Working on ExtUtils::Manifest
Fetching http://www.cpan.org/authors/id/E/ET/ETHER/ExtUtils-Manifest-1.72.tar.gz ... OK
==> Found dependencies: ExtUtils::MakeMaker
--> Working on ExtUtils::MakeMaker
Fetching http://www.cpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.44.tar.gz ... OK
Configuring ExtUtils-MakeMaker-7.44 ... OK
Can't locate ExtUtils/Manifest.pm in @INC (you may need to install the ExtUtils::Manifest module) (@INC contains: FatPacked::25770454720=HASH(0x60009eec0) /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl) at /c/Strawberry/perl/bin/cpanm line 119.
MYMETA.yml
?cpanm --look ExtUtils::MakeMaker
will put you into the build directory, There should also have been a log file mentioned after the build failed, could you post the relevant parts of that as well? – Idolize@INC
(where Perl searches for installed modules) contains Unix paths like/usr/lib/perl5/site_perl
. Do you, perhaps, have another Perl installed? Again, Strawberry Perl should already come with MakeMaker and ExtUtils::Manifest. – Idolize