Changeset 3ee0c39 for chapter06/perl.xml


Ignore:
Timestamp:
02/24/2007 05:49:54 AM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
c6a996f
Parents:
47d4ffa
Message:

Missing decriptions for cpan and prove from Perl

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7937 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/perl.xml

    r47d4ffa r3ee0c39  
    9696
    9797      <seglistitem>
    98         <seg>a2p, c2ph, dprofpp, enc2xs, find2perl, h2ph, h2xs, instmodsh, libnetcfg, perl,
    99         perl&perl-version; (link to perl), perlbug, perlcc, perldoc, perlivp,
    100         piconv, pl2pm, pod2html, pod2latex, pod2man, pod2text, pod2usage,
    101         podchecker, podselect, psed (link to s2p), pstruct (link to c2ph), s2p,
    102         splain, and xsubpp</seg>
     98        <seg>a2p, c2ph, cpan, dprofpp, enc2xs, find2perl, h2ph, h2xs,
     99        instmodsh, libnetcfg, perl, perl&perl-version; (link to perl),
     100        perlbug, perlcc, perldoc, perlivp, piconv, pl2pm, pod2html, pod2latex,
     101        pod2man, pod2text, pod2usage, podchecker, podselect, prove,
     102        psed (link to s2p), pstruct (link to c2ph), s2p, splain, and
     103        xsubpp</seg>
    103104        <seg>Several hundred which cannot all be listed here</seg>
    104105      </seglistitem>
     
    127128          <indexterm zone="ch-system-perl c2ph">
    128129            <primary sortas="b-c2ph">c2ph</primary>
     130          </indexterm>
     131        </listitem>
     132      </varlistentry>
     133
     134      <varlistentry id="cpan">
     135        <term><command>cpan</command></term>
     136        <listitem>
     137          <para>Interact with the Comprehensive Perl Archive Network (CPAN)
     138          from the command line</para>
     139          <indexterm zone="ch-system-perl cpan">
     140            <primary sortas="b-cpan">cpan</primary>
    129141          </indexterm>
    130142        </listitem>
     
    366378      </varlistentry>
    367379
     380      <varlistentry id="prove">
     381        <term><command>prove</command></term>
     382        <listitem>
     383          <para>Command line tool for running tests against the Test::Harness
     384          module.</para>
     385          <indexterm zone="ch-system-perl prove">
     386            <primary sortas="b-prove">prove</primary>
     387          </indexterm>
     388        </listitem>
     389      </varlistentry>
     390
    368391      <varlistentry id="psed">
    369392        <term><command>psed</command></term>
Note: See TracChangeset for help on using the changeset viewer.