diff options
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> |