Author: ken
Date: Mon Sep 10 10:41:00 2018
New Revision: 20485

Log:
perl-modules branch: Reduce perl-alternatives.xml to only cover the cpan 
automated install, and index that under cpan. Add a note to remind me to deal 
with Data::Uniquid and the unsafe variant of the standard install.

Modified:
   branches/perl-modules/general/prog/new-perl-modules.xml
   branches/perl-modules/general/prog/perl-alternatives.xml

Modified: branches/perl-modules/general/prog/new-perl-modules.xml
==============================================================================
--- branches/perl-modules/general/prog/new-perl-modules.xml     Mon Sep 10 
09:14:24 2018        (r20484)
+++ branches/perl-modules/general/prog/new-perl-modules.xml     Mon Sep 10 
10:41:00 2018        (r20485)
@@ -56,8 +56,9 @@
     </para>
 
     <para>
-      There are a number of different ways of installing perl modules, they are
-      listed at the end of this page.
+      It is possible to automatically install the current version of a module 
and
+      any missing or too-old dependencies using CPAN. See the end of this page 
for
+      details.
     </para>
 
     <para>
@@ -68,6 +69,13 @@
       are documented.
     </para>
 
+    <note>
+      <para>
+        This is a reminder to an editor to deal with Data-Uniquid (needs 
patch) and
+        those modules which use the unsafe variant of the standard install.
+      </para>
+    </note>
+
     <para condition="html" role="usernotes">User Notes:
       <ulink url="&blfs-wiki;/perl-modules"/>
     </para>

Modified: branches/perl-modules/general/prog/perl-alternatives.xml
==============================================================================
--- branches/perl-modules/general/prog/perl-alternatives.xml    Mon Sep 10 
09:14:24 2018        (r20484)
+++ branches/perl-modules/general/prog/perl-alternatives.xml    Mon Sep 10 
10:41:00 2018        (r20485)
@@ -8,26 +8,15 @@
   <!ENTITY perl-alternatives-dummy      "42">
 ]>
   <!-- Begin perl alternatives -->
-  <sect2 id="perl-alternatives" xreflabel="Building and installing perl 
modules">
+  <sect2 id="perl-alternatives" xreflabel="CPAN automated install of perl 
modules">
 
-    <title>Building and installing perl modules</title>
+    <title>CPAN automated install of perl modules</title>
 
     <indexterm zone="perl-alternatives">
-      <primary sortas="a-installing-perl-modules">Installing perl 
modules</primary>
+      <primary sortas="a-cpan-install-of-perl-modules">CPAN automated install 
of perl modules</primary>
     </indexterm>
 
-    <sect3 role="package">
-      <title>The various ways of building and Installing perl modules</title>
-
-    <para>
-      Most modules use a standard install, but some use a different method. 
Each
-      module links to the appropriate method.  You can also make an automated
-      install, using CPAN to download any modular dependencies - details at the
-      end.
-    </para>
-
-    </sect3>
-
+<!--
     <sect3 role="installation" id="new-perl-standard-install"
     xreflabel="standard build and installation instructions">
       <title>Standard Installation of Perl Modules</title>
@@ -92,11 +81,11 @@
 
 <screen role="root"><userinput>./Build install</userinput></screen>
 
-    </sect3>
+    </sect3> -->
 
     <sect3 role="installation" id="new-perl-auto-install"
-    xreflabel="alternate auto installation instructions">
-      <title>(Alternate) Auto Installation of Perl Modules.</title>
+    xreflabel="automatic installation of perl modules">
+      <title> Automatic Installation of Perl Modules.</title>
 
       <para>There is an alternate way of installing the modules using the
       <command>cpan</command> shell <command>install</command> command. The
-- 
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