Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2006-09-26 | cpan.bbclass/cpan_build.bbclass: Make all perl modules DEPEND on perl | Jamie Lenehan | 1 | |
and RDEPEND on perl-native to avoid having to add it to every single perl module recipe. | ||||
2006-09-26 | cpan_build.bbclass: The existing cpan.bbclass works for perl modules that | Jamie Lenehan | 1 | |
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. |