diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-05 12:54:40 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:17:59 +0000 |
commit | 74ff808e1ce442748147317396c412a0366333d7 (patch) | |
tree | 1aa61fca077ac56275db010d21a56555b8e51f78 | |
parent | 764a60c698899e05a7bec111513ce7dca75e8c66 (diff) | |
download | poky-74ff808e1ce442748147317396c412a0366333d7.tar.gz |
ref-manual: Edits to the cpan class.
(From yocto-docs rev: c74aad5cb61fbe0d030d0a7d6a0c3b74154b02a0)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 15 |
1 files 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 @@ | |||
424 | </para> | 424 | </para> |
425 | </section> | 425 | </section> |
426 | 426 | ||
427 | <section id='ref-classes-perl'> | 427 | <section id='ref-classes-cpan'> |
428 | <title>Perl Modules - <filename>cpan.bbclass</filename></title> | 428 | <title><filename>cpan.bbclass</filename></title> |
429 | |||
430 | <para> | ||
431 | The <filename>cpan</filename> class supports Perl modules. | ||
432 | </para> | ||
429 | 433 | ||
430 | <para> | 434 | <para> |
431 | Recipes for Perl modules are simple. | 435 | Recipes for Perl modules are simple. |
432 | These recipes usually only need to point to the source's archive and then inherit the | 436 | These recipes usually only need to point to the source's archive and |
433 | proper <filename>.bbclass</filename> file. | 437 | then inherit the proper class file. |
434 | Building is split into two methods depending on which method the module authors used. | 438 | Building is split into two methods depending on which method the module |
439 | authors used. | ||
435 | <itemizedlist> | 440 | <itemizedlist> |
436 | <listitem><para>Modules that use old | 441 | <listitem><para>Modules that use old |
437 | <filename>Makefile.PL</filename>-based build system require | 442 | <filename>Makefile.PL</filename>-based build system require |