From 74ff808e1ce442748147317396c412a0366333d7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 12:54:40 -0600 Subject: [PATCH] ref-manual: Edits to the cpan class. (From yocto-docs rev: c74aad5cb61fbe0d030d0a7d6a0c3b74154b02a0) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index dae9a6f396..7812209dbb 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -424,14 +424,19 @@ -
- Perl Modules - <filename>cpan.bbclass</filename> +
+ <filename>cpan.bbclass</filename> + + + The cpan class supports Perl modules. + Recipes for Perl modules are simple. - These recipes usually only need to point to the source's archive and then inherit the - proper .bbclass file. - Building is split into two methods depending on which method the module authors used. + These recipes usually only need to point to the source's archive and + then inherit the proper class file. + Building is split into two methods depending on which method the module + authors used. Modules that use old Makefile.PL-based build system require