浏览代码

Missing decriptions for cpan and prove from Perl

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7937 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Dan Nichilson 18 年之前
父节点
当前提交
3ee0c391d6
共有 3 个文件被更改,包括 41 次插入7 次删除
  1. 11 0
      chapter01/changelog.xml
  2. 28 5
      chapter06/perl.xml
  3. 2 2
      general.ent

+ 11 - 0
chapter01/changelog.xml

@@ -36,6 +36,17 @@
     </listitem>
     </listitem>
 -->
 -->
 
 
+    <listitem>
+      <para>2007-02-24</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dnicholson] - Added missing command descriptions for
+          <command>cpan</command> and <command>prove</command> from the
+          Perl package. Reported by Leonhard Landrock.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
     <listitem>
       <para>2007-02-23</para>
       <para>2007-02-23</para>
       <itemizedlist>
       <itemizedlist>

+ 28 - 5
chapter06/perl.xml

@@ -95,11 +95,12 @@
       <segtitle>Installed libraries</segtitle>
       <segtitle>Installed libraries</segtitle>
 
 
       <seglistitem>
       <seglistitem>
-        <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,
-        splain, and xsubpp</seg>
+        <seg>a2p, c2ph, cpan, 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, prove,
+        psed (link to s2p), pstruct (link to c2ph), s2p, splain, and
+        xsubpp</seg>
         <seg>Several hundred which cannot all be listed here</seg>
         <seg>Several hundred which cannot all be listed here</seg>
       </seglistitem>
       </seglistitem>
     </segmentedlist>
     </segmentedlist>
@@ -130,6 +131,17 @@
         </listitem>
         </listitem>
       </varlistentry>
       </varlistentry>
 
 
+      <varlistentry id="cpan">
+        <term><command>cpan</command></term>
+        <listitem>
+          <para>Interact with the Comprehensive Perl Archive Network (CPAN)
+          from the command line</para>
+          <indexterm zone="ch-system-perl cpan">
+            <primary sortas="b-cpan">cpan</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="dprofpp">
       <varlistentry id="dprofpp">
         <term><command>dprofpp</command></term>
         <term><command>dprofpp</command></term>
         <listitem>
         <listitem>
@@ -365,6 +377,17 @@
         </listitem>
         </listitem>
       </varlistentry>
       </varlistentry>
 
 
+      <varlistentry id="prove">
+        <term><command>prove</command></term>
+        <listitem>
+          <para>Command line tool for running tests against the Test::Harness
+          module.</para>
+          <indexterm zone="ch-system-perl prove">
+            <primary sortas="b-prove">prove</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="psed">
       <varlistentry id="psed">
         <term><command>psed</command></term>
         <term><command>psed</command></term>
         <listitem>
         <listitem>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20070223">
-<!ENTITY releasedate "February 23, 2007">
+<!ENTITY version "SVN-20070224">
+<!ENTITY releasedate "February 24, 2007">
 <!ENTITY milestone "6.3">
 <!ENTITY milestone "6.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->