cpan_build.bbclass: The existing cpan.bbclass works for perl modules that
authorJamie Lenehan <lenehan@twibble.org>
Tue, 26 Sep 2006 07:45:40 +0000 (07:45 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Tue, 26 Sep 2006 07:45:40 +0000 (07:45 +0000)
commit189af8b6bb6ac246141051e204accacaf70c1231
treec68541b094a2d542ba7a38dec755e4f0216bae23
parent20ceec866f55b195c18a433a8afe9a962bcdc102
cpan_build.bbclass: The existing cpan.bbclass works for perl modules that
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.
classes/cpan_build.bbclass [new file with mode: 0644]