Changeset 6df794d
- Timestamp:
- 09/10/2018 05:41:00 PM (5 years ago)
- Branches:
- perl-modules
- Children:
- 04712f3
- Parents:
- 8e266c6
- Location:
- general/prog
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/new-perl-modules.xml
r8e266c6 r6df794d 57 57 58 58 <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. 61 62 </para> 62 63 … … 68 69 are documented. 69 70 </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> 70 78 71 79 <para condition="html" role="usernotes">User Notes: -
general/prog/perl-alternatives.xml
r8e266c6 r6df794d 9 9 ]> 10 10 <!-- Begin perl alternatives --> 11 <sect2 id="perl-alternatives" xreflabel=" Building and installingperl modules">11 <sect2 id="perl-alternatives" xreflabel="CPAN automated install of perl modules"> 12 12 13 <title> Building and installingperl modules</title>13 <title>CPAN automated install of perl modules</title> 14 14 15 15 <indexterm zone="perl-alternatives"> 16 <primary sortas="a- installing-perl-modules">Installingperl modules</primary>16 <primary sortas="a-cpan-install-of-perl-modules">CPAN automated install of perl modules</primary> 17 17 </indexterm> 18 18 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 <!-- 31 20 <sect3 role="installation" id="new-perl-standard-install" 32 21 xreflabel="standard build and installation instructions"> … … 93 82 <screen role="root"><userinput>./Build install</userinput></screen> 94 83 95 </sect3> 84 </sect3> --> 96 85 97 86 <sect3 role="installation" id="new-perl-auto-install" 98 xreflabel="a lternate auto installation instructions">99 <title> (Alternate) AutoInstallation of Perl Modules.</title>87 xreflabel="automatic installation of perl modules"> 88 <title> Automatic Installation of Perl Modules.</title> 100 89 101 90 <para>There is an alternate way of installing the modules using the
Note:
See TracChangeset
for help on using the changeset viewer.