aboutsummaryrefslogtreecommitdiffstats
path: root/classes/cpan_build.bbclass
AgeCommit message (Collapse)Author
2007-05-04perl: Extract common functionality from cpan and cpan_build classes into aJamie Lenehan
cpan-base class and update cpan_build to work with the new perl layout that was added with perl 5.8.8.
2006-09-28perl: Update cpan_build to automatically add libmodule-build-perl-native toJamie Lenehan
DEPENDS when building anything apart from libmodule-build-perl or libmodule-build-perl-native. When building itself it uses itself to provide the libmodule-build-perl code, for anything else it needs to have been built and installed. Remove the explicit depends from the modules that use it.
2006-09-26cpan.bbclass/cpan_build.bbclass: Make all perl modules DEPEND on perlJamie Lenehan
and RDEPEND on perl-native to avoid having to add it to every single perl module recipe.
2006-09-26cpan_build.bbclass: The existing cpan.bbclass works for perl modules thatJamie Lenehan
uses the old Makefile.PL based build ssytem. This class is for perl modules that use the new Build.PL based build system (not widely used yet but starting to appear). Again this use site_perl instead of vendor_perl since vender_perl is not being setup by the perl build.