diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-10 18:36:23 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-10 18:36:23 +0000 |
commit | 90aae6b8fb6ccd5da7d1867d7ad164d1e9b38369 (patch) | |
tree | c996b58e2843b79b1d94b823458ea2c7cfa920ad /chapter06/perl.xml | |
parent | c5b927737088e371b430001b98dd6ac49e254f4f (diff) |
Update various packages' list of installed programs and libraries. Many thanks to Chris Staub for the patch. Fixes #2371.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8870 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r-- | chapter06/perl.xml | 100 |
1 files changed, 86 insertions, 14 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index d159db493..84788d648 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -138,12 +138,13 @@ <segtitle>Installed libraries</segtitle> <seglistitem> - <seg>a2p, c2ph, cpan, dprofpp, enc2xs, find2perl, h2ph, h2xs, + <seg>a2p, c2ph, config_data, corelist, cpan, cpan2dist, cpanp, + cpanp-run-perl, dprofpp, enc2xs, find2perl, h2ph, h2xs, instmodsh, libnetcfg, perl, perl&perl-version; (link to perl), - perlbug, perlcc, perldoc, perlivp, piconv, pl2pm, pod2html, pod2latex, + perlbug, perldoc, perlivp, piconv, pl2pm, pod2html, pod2latex, pod2man, pod2text, pod2usage, podchecker, podselect, prove, - psed (link to s2p), pstruct (link to c2ph), s2p, splain, and - xsubpp</seg> + psed (link to s2p), pstruct (link to c2ph), ptar, ptardiff, s2p, + shasum, splain, and xsubpp</seg> <seg>Several hundred which cannot all be listed here</seg> </seglistitem> </segmentedlist> @@ -174,6 +175,26 @@ </listitem> </varlistentry> + <varlistentry id="config_data"> + <term><command>config_data</command></term> + <listitem> + <para>Queries or changes configuration of Perl modules</para> + <indexterm zone="ch-system-perl config_data"> + <primary sortas="b-config_data">config_data</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="corelist"> + <term><command>corelist</command></term> + <listitem> + <para>A commandline frontend to Module::CoreList</para> + <indexterm zone="ch-system-perl corelist"> + <primary sortas="b-corelist">corelist</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="cpan"> <term><command>cpan</command></term> <listitem> @@ -185,6 +206,36 @@ </listitem> </varlistentry> + <varlistentry id="cpan2dist"> + <term><command>cpan2dist</command></term> + <listitem> + <para>The CPANPLUS distribution creator</para> + <indexterm zone="ch-system-perl cpan2dist"> + <primary sortas="b-cpan2dist">cpan2dist</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="cpanp"> + <term><command>cpanp</command></term> + <listitem> + <para>The CPANPLUS launcher</para> + <indexterm zone="ch-system-perl cpanp"> + <primary sortas="b-cpanp">cpanp</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="cpanp-run-perl"> + <term><command>cpanp-run-perl</command></term> + <listitem> + <para>Perl script that (description needed)</para> + <indexterm zone="ch-system-perl cpanp-run-perl"> + <primary sortas="b-cpanp-run-perl">cpanp-run-perl</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="dprofpp"> <term><command>dprofpp</command></term> <listitem> @@ -294,16 +345,6 @@ </listitem> </varlistentry> - <varlistentry id="perlcc"> - <term><command>perlcc</command></term> - <listitem> - <para>Generates executables from Perl programs</para> - <indexterm zone="ch-system-perl perlcc"> - <primary sortas="b-perlcc">perlcc</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="perldoc"> <term><command>perldoc</command></term> <listitem> @@ -452,6 +493,27 @@ </listitem> </varlistentry> + <varlistentry id="ptar"> + <term><command>ptar</command></term> + <listitem> + <para>A <command>tar</command>-like program written in Perl</para> + <indexterm zone="ch-system-perl ptar"> + <primary sortas="b-ptar">ptar</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="ptardiff"> + <term><command>ptardiff</command></term> + <listitem> + <para>A Perl program that compares an extracted archive with an + unextracted one</para> + <indexterm zone="ch-system-perl ptardiff"> + <primary sortas="b-ptardiff">ptardiff</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="s2p"> <term><command>s2p</command></term> <listitem> @@ -462,6 +524,16 @@ </listitem> </varlistentry> + <varlistentry id="shasum"> + <term><command>shasum</command></term> + <listitem> + <para>Prints or checks SHA checksums</para> + <indexterm zone="ch-system-perl shasum"> + <primary sortas="b-shasum">shasum</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="splain"> <term><command>splain</command></term> <listitem> |