Author: pierre
Date: Sat Sep  8 12:24:32 2018
New Revision: 20477

Log:
Modify the template for perl modules, for new layout of instructions

Modified:
   branches/perl-modules/template/template-perl-module.xml

Modified: branches/perl-modules/template/template-perl-module.xml
==============================================================================
--- branches/perl-modules/template/template-perl-module.xml     Sat Sep  8 
12:17:15 2018        (r20476)
+++ branches/perl-modules/template/template-perl-module.xml     Sat Sep  8 
12:24:32 2018        (r20477)
@@ -64,9 +64,14 @@
     <sect3 role="installation">
       <title>Installation of Fu::Bar</title>
 
-      <para>
-        This module uses the <xref linkend="new-perl-standard-install"/>.
-      </para>
+<!-- Any specific action for the module (patches, etc) should come first -->
+<!-- If the module uses standard installation instructions: -->
+      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+                  href="../../../xincludes/perl-standard-install.xml"/>
+
+<!-- If the module uses installation instructions using Build.PL: -->
+      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+                  href="../../../xincludes/perl-build-install.xml"/>
 
     </sect3>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to