-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
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
$Config{vendorlib}
unset?
#32
Comments
Hi @rysiekpl, thanks for the report! Yep, I think @Perl/docker doesn't define a I checked on occrp/kuvert@f8638c9; since you're installing a module, you can use Adding |
Let `vendorprefix=/usr/local` so `vendorlib` and `vendorarch` can point to paths in `/usr/local/lib/perl5/vendor_perl`. Extend the generator.pl also so we can add more `Configure` settings if we needed it later. Fixes Perl#32.
Good suggestion, thanks! |
Let `vendorprefix=/usr/local` so `vendorlib` and `vendorarch` can point to paths in `/usr/local/lib/perl5/vendor_perl`. Extend the generator.pl also so we can add more `Configure` settings if we needed it later. Fixes #32.
Needed for #32 so all Perl images support installing to `/usr/local/lib/perl5/vendor_perl`.
Running
perl -MConfig -e 'print $Config{vendorlib}'
in the container returns an empty string. It should return a path.The text was updated successfully, but these errors were encountered: