p5-http-parser-xs icon indicating copy to clipboard operation
p5-http-parser-xs copied to clipboard

.pm files are installed in $archname subfolder

Open patrickbkr opened this issue 5 years ago • 1 comments

This module installs all it's .pm files into the $archname folder. In my case that's /usr/local/lib/perl5/site_perl/5.10.1/x86_64-linux/. Since this module contains a pure-perl parser and works fine without the XS library it makes sense to install the .pm files into the non-arch-specific folder. This would allow this module to be fatpacked.

patrickbkr avatar Jan 10 '20 12:01 patrickbkr

Distributions with XS should be installed into arch specific directories. The pure perl version ought to be split into a separate distribution to achieve what you described.

miyagawa avatar Jan 10 '20 16:01 miyagawa