cpan.bbclass: Instead of putting modules into ${libdir}/perl5 put them into
authorJamie Lenehan <lenehan@twibble.org>
Tue, 26 Sep 2006 07:42:41 +0000 (07:42 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Tue, 26 Sep 2006 07:42:41 +0000 (07:42 +0000)
commit20ceec866f55b195c18a433a8afe9a962bcdc102
tree8665683c8cb10ecc9a7adc7e470bccd114769863
parent2b3c2d418ea9902ac2190fe0f4dba2acbd178fa5
cpan.bbclass: Instead of putting modules into ${libdir}/perl5 put them into
${libdir}/perl5/site_perl/${version} since ${libdir}/perl5 is not part of
the standard INC (search) path for perl and so these modules are not
found by default in the original location. Technically they should go
in vendor_perl instead of site_perl, but that requires changes to all
of the configuration files which is a much more complex change.
classes/cpan.bbclass