Bugzilla – Bug 113367
perl package should own /usr/lib/perl5/site_perl/5.8.7/x86_64-linux-thread-multi/auto
Last modified: 2005-08-28 18:25:20 UTC
this path looks like a general purpose path and should be owned by the perl base package imho. [[[ /usr/lib/perl5/site_perl/5.8.7/x86_64-linux-thread-multi/auto ]]] otherwise each package which provides an extension in that directory needs to add the %dir entry.
i saw the warnings to late that site_perl shouldnt be used anymore but the perl package has this paths anyway: /usr/lib/perl5/site_perl /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.7/x86_64-linux-thread-multi any explaination?
Seems like perl's 'make install' creates them, thus they are included in the package. Anyway, closing this with INVALID ;-)
so instead of adding those paths to the perl package we force every 3rd party packager (who should not use vendor_perl i think) to add the %dir entries? instead of adding them to our base package? sounds clever!
site_perl is for end users, not 3rd party packagers. Thus the name "site".