We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This does not work (Notice relative path for libraries):
PERL5LIB=lib:local/lib/perl5 local/bin/cpm install -w 16 --no-test -L ./local --snapshot ./cpanfile.snapshot --cpanfile ./cpanfile Can't locate Parse/PMFile.pm in @INC (you may need to install the Parse::PMFile module) (@INC contains: lib local/lib/perl5/5.36.0/x86_64-linux local/lib/perl5/5.36.0 local/lib/perl5/x86_64-linux local/lib/perl5 /root/perl5/perlbrew/perls/perl-5.36.0/lib/site_perl/5.36.0/x86_64-linux /root/perl5/perlbrew/perls/perl-5.36.0/lib/site_perl/5.36.0 /root/perl5/perlbrew/perls/perl-5.36.0/lib/5.36.0/x86_64-linux /root/perl5/perlbrew/perls/perl-5.36.0/lib/5.36.0) at local/lib/perl5/Menlo/CLI/Compat.pm line 2320.
This does:
PERL5LIB=lib:$(pwd)/local/lib/perl5 local/bin/cpm install -w 16 --no-test -L ./local --snapshot ./cpanfile.snapshot --cpanfile ./cpanfile DONE install Sort-Naturally-1.03 DONE install Data-Printer-1.001000 ...
I often face into this issue, when cpm blame that libraries are not provided, but they actually they are.
cpm
The text was updated successfully, but these errors were encountered:
perl Makefile.PL make make test make install
must be executed in distribution's directory.
Sorry, something went wrong.
May you please document then, that it is required to provide absolute path to local/lib/perl5 if cpm was installed into local library.
local/lib/perl5
No branches or pull requests
This does not work (Notice relative path for libraries):
This does:
I often face into this issue, when
cpm
blame that libraries are not provided, but they actually they are.The text was updated successfully, but these errors were encountered: