Changeset a27e2f67


Ignore:
Timestamp:
01/25/2004 07:17:08 PM (20 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
dac7717
Parents:
2c38e2f5
Message:

Added alternate perl module installation technique

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1728 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

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

    r2c38e2f5 ra27e2f67  
    2020
    2121</sect2>
     22
     23<sect2><title>(Alternate) Auto installation of <application>Perl</application>
     24modules.</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.
     28The command automatically downloads the source from the <acronym>CPAN</acronym>
     29archive, extracts it, runs the commands mentioned above, and removes
     30the build tree. Though note that it is not very <acronym>LFS</acronym>-like
     31thing 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 &lt;moduleName&gt;</command></userinput></screen>
     40
     41<para>For additional commands and help, type <command>help</command>.</para>
     42
     43</sect2>
  • introduction/welcome/changelog.xml

    r2c38e2f5 ra27e2f67  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>January 25th, 2004 [tushar]: Added alternate
     15technique for auto-installing perl modules using perl shell.
     16Suggested by Richard Downing.</para></listitem>
    1317
    1418<listitem><para>January 25th, 2004 [igor]: Updated to
  • introduction/welcome/credits.xml

    r2c38e2f5 ra27e2f67  
    140140</listitem>
    141141
    142 <listitem><para>udftools: <emphasis>Richard Downing</emphasis></para></listitem>
     142<listitem><para>udftools, perl modules: <emphasis>Richard Downing</emphasis></para></listitem>
    143143
    144144<listitem><para>compface, DirectFB, FLAC, id3lib, Imlib2, liba52, libdv,
Note: See TracChangeset for help on using the changeset viewer.