Changeset 6df794d


Ignore:
Timestamp:
09/10/2018 05:41:00 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
04712f3
Parents:
8e266c6
Message:

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.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20485 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/new-perl-modules.xml

    r8e266c6 r6df794d  
    5757
    5858    <para>
    59       There are a number of different ways of installing perl modules, they are
    60       listed at the end of this page.
     59      It is possible to automatically install the current version of a module and
     60      any missing or too-old dependencies using CPAN. See the end of this page for
     61      details.
    6162    </para>
    6263
     
    6869      are documented.
    6970    </para>
     71
     72    <note>
     73      <para>
     74        This is a reminder to an editor to deal with Data-Uniquid (needs patch) and
     75        those modules which use the unsafe variant of the standard install.
     76      </para>
     77    </note>
    7078
    7179    <para condition="html" role="usernotes">User Notes:
  • general/prog/perl-alternatives.xml

    r8e266c6 r6df794d  
    99]>
    1010  <!-- Begin perl alternatives -->
    11   <sect2 id="perl-alternatives" xreflabel="Building and installing perl modules">
     11  <sect2 id="perl-alternatives" xreflabel="CPAN automated install of perl modules">
    1212
    13     <title>Building and installing perl modules</title>
     13    <title>CPAN automated install of perl modules</title>
    1414
    1515    <indexterm zone="perl-alternatives">
    16       <primary sortas="a-installing-perl-modules">Installing perl modules</primary>
     16      <primary sortas="a-cpan-install-of-perl-modules">CPAN automated install of perl modules</primary>
    1717    </indexterm>
    1818
    19     <sect3 role="package">
    20       <title>The various ways of building and Installing perl modules</title>
    21 
    22     <para>
    23       Most modules use a standard install, but some use a different method. Each
    24       module links to the appropriate method.  You can also make an automated
    25       install, using CPAN to download any modular dependencies - details at the
    26       end.
    27     </para>
    28 
    29     </sect3>
    30 
     19<!--
    3120    <sect3 role="installation" id="new-perl-standard-install"
    3221    xreflabel="standard build and installation instructions">
     
    9382<screen role="root"><userinput>./Build install</userinput></screen>
    9483
    95     </sect3>
     84    </sect3> -->
    9685
    9786    <sect3 role="installation" id="new-perl-auto-install"
    98     xreflabel="alternate auto installation instructions">
    99       <title>(Alternate) Auto Installation of Perl Modules.</title>
     87    xreflabel="automatic installation of perl modules">
     88      <title> Automatic Installation of Perl Modules.</title>
    10089
    10190      <para>There is an alternate way of installing the modules using the
Note: See TracChangeset for help on using the changeset viewer.