Ticket #15784: guide-perl-module-build.patch
File guide-perl-module-build.patch, 1.0 KB (added by l2g@…, 14 years ago) |
---|
-
doc-new/guide/xml/portgroup-perl.xml
old new 35 35 </itemizedlist> 36 36 </listitem> 37 37 </varlistentry> 38 <varlistentry> 39 <term>perl5.use_module_build</term> 40 41 <listitem> 42 <para>Perl modules are ordinarily assumed to be built with 43 ExtUtils::MakeMaker. Use this keyword if a module must be built using 44 Module::Build instead.</para> 45 46 <itemizedlist> 47 <listitem> 48 <para>Type: optional</para> 49 </listitem> 50 51 <listitem> 52 <para>Example:</para> 53 54 <programlisting>perl5.use_module_build</programlisting> 55 </listitem> 56 </itemizedlist> 57 </listitem> 58 </varlistentry> 38 59 </variablelist> 39 60 </section> 40 61