15 Apr
2021
15 Apr
'21
3:04 p.m.
Hi, I have made a PKGBUILD for a Perl module according to the Wiki. The module's files get installed to /usr/lib/perl5/5.32/vendor_perl like most/all other such packages. But that module (and probably many others) do not depend on the exact version of Perl interpreter. I always find it annoying to download and update all perl module packages, because the interpreter's version has changed. So I would like these to install to /usr/share/perl5/vendor_perl How do I do this correctly? BR