Changeset a27e2f6
- Timestamp:
- 01/25/2004 07:17:08 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- dac7717
- Parents:
- 2c38e2f5
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/perl/perl-modules-inst.xml
r2c38e2f5 ra27e2f6 20 20 21 21 </sect2> 22 23 <sect2><title>(Alternate) Auto installation of <application>Perl</application> 24 modules.</title> 25 26 <para>There is an alternate way of installing the modules using 27 <application>Perl</application>'s built-in <command>install</command> command. 28 The command automatically downloads the source from the <acronym>CPAN</acronym> 29 archive, extracts it, runs the commands mentioned above, and removes 30 the build tree. Though note that it is not very <acronym>LFS</acronym>-like 31 thing to do and as such is not supported :)</para> 32 33 <para>Start the perl shell with the commands:</para> 34 35 <screen><userinput><command>perl -MCPAN -e shell</command></userinput></screen> 36 37 <para>Each module may now be installed from this shell with the command:</para> 38 39 <screen><userinput><command>install <moduleName></command></userinput></screen> 40 41 <para>For additional commands and help, type <command>help</command>.</para> 42 43 </sect2> -
introduction/welcome/changelog.xml
r2c38e2f5 ra27e2f6 11 11 12 12 <itemizedlist> 13 14 <listitem><para>January 25th, 2004 [tushar]: Added alternate 15 technique for auto-installing perl modules using perl shell. 16 Suggested by Richard Downing.</para></listitem> 13 17 14 18 <listitem><para>January 25th, 2004 [igor]: Updated to -
introduction/welcome/credits.xml
r2c38e2f5 ra27e2f6 140 140 </listitem> 141 141 142 <listitem><para>udftools : <emphasis>Richard Downing</emphasis></para></listitem>142 <listitem><para>udftools, perl modules: <emphasis>Richard Downing</emphasis></para></listitem> 143 143 144 144 <listitem><para>compface, DirectFB, FLAC, id3lib, Imlib2, liba52, libdv,
Note:
See TracChangeset
for help on using the changeset viewer.