bingos/devel-patchperl

File::pushd dependency missing?

atoomic opened this issue · 2 comments

File::pushd is listed in the prereq but fails to install when using cpm

> perl /usr/bin/cpm install -g --no-test Devel::PatchPerl
> perl -e "use Devel::PatchPerl; Devel::PatchPerl->patch_source( '${PERL_VERSION}', '${PERL_SOURCE_DIR}' );"
Can't locate File/pushd.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/local/share/perl5/Devel/PatchPerl.pm line 7.
BEGIN failed--compilation aborted at /usr/local/share/perl5/Devel/PatchPerl.pm line 7.

As it is listed in Makefile.PL, META.yml and META.json then it is problem with cpm, no?

yeap I think so too, let's close this case