diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2006-06-10 15:46:30 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2006-06-10 15:46:30 +0000 |
commit | 8bc46a59dc8f511492abd94e10646d7d59e8e512 (patch) | |
tree | 580095dd49bad12626738301b82ee1c1076ea4b4 /chapter06/perl.xml | |
parent | c321cf4b4b218564a506c7166cf4d295bb64dbb8 (diff) |
Add more commands to lists of what gets installed, thanks to Chris Staub.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r-- | chapter06/perl.xml | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index a8a49d9e6..50efc833a 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -95,7 +95,7 @@ <segtitle>Installed libraries</segtitle> <seglistitem> - <seg>a2p, c2ph, dprofpp, enc2xs, find2perl, h2ph, h2xs, libnetcfg, perl, + <seg>a2p, c2ph, dprofpp, enc2xs, find2perl, h2ph, h2xs, instmodsh, libnetcfg, perl, perl&perl-version; (link to perl), perlbug, perlcc, perldoc, perlivp, piconv, pl2pm, pod2html, pod2latex, pod2man, pod2text, pod2usage, podchecker, podselect, psed (link to s2p), pstruct (link to c2ph), s2p, @@ -140,13 +140,13 @@ </listitem> </varlistentry> - <varlistentry id="en2cxs"> - <term><command>en2cxs</command></term> + <varlistentry id="enc2xs"> + <term><command>enc2xs</command></term> <listitem> <para>Builds a Perl extension for the Encode module from either Unicode Character Mappings or Tcl Encoding Files</para> - <indexterm zone="ch-system-perl en2cxs"> - <primary sortas="b-en2cxs">en2cxs</primary> + <indexterm zone="ch-system-perl enc2xs"> + <primary sortas="b-enc2xs">enc2xs</primary> </indexterm> </listitem> </varlistentry> @@ -184,6 +184,17 @@ </listitem> </varlistentry> + <varlistentry id="instmodsh"> + <term><command>instmodsh</command></term> + <listitem> + <para>Shell script for examining installed Perl modules, + and can even create a tarball from an installed module</para> + <indexterm zone="ch-system-perl instmodsh"> + <primary sortas="b-instmodsh">instmodsh</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="libnetcfg"> <term><command>libnetcfg</command></term> <listitem> |