Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/perl.xml

    r686839b re74f725  
    3939      loopback device as well as set a hostname for some of the tests:</para>
    4040
    41   <screen os="a01"><userinput remap="test">ip link set lo up
     41      <screen><userinput>ip link set lo up
    4242hostname clfs</userinput></screen>
    4343    </note>
    4444
    45     <para os="a02">Before starting to configure, create a basic
     45    <para os="a01">Before starting to configure, create a basic
    4646    <filename>/etc/hosts</filename> file which will be referenced by one
    4747    of Perl's configuration files as well as used by the testsuite:</para>
    4848
    49 <screen os="a03"><userinput remap="test">echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>
     49<screen os="a02"><userinput>echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>
    5050
    5151    <para os="a">To have full control over the way Perl is set up, you can
     
    101101<screen os="e"><userinput>make</userinput></screen>
    102102
    103     <para os="h">To test the results, issue:</para>
    104 
    105 <screen os="h2"><userinput remap="test">make test</userinput></screen>
     103    <para os="h">To test the results, issue:
     104    <userinput>make test</userinput>.</para>
    106105
    107106    <para os="j">Install the package:</para>
     
    121120      <seglistitem>
    122121        <seg>a2p, c2ph, config_data, corelist, cpan, cpan2dist, cpanp,
    123         cpanp-run-perl, enc2xs, find2perl, h2ph, h2xs, instmodsh, json_pp,
     122        cpanp-run-perl, dprofpp, enc2xs, find2perl, h2ph, h2xs, instmodsh,
    124123        libnetcfg, perl, perl&perl-version; (link to perl), perlbug,
    125124        perldoc, perlivp, perlthanks (link to perlbug), piconv, pl2pm, pod2html,
    126125        pod2latex, pod2man, pod2text, pod2usage, podchecker, podselect, prove,
    127         psed (link to s2p), pstruct (link to c2ph), ptar, ptardiff, ptargrep,
    128         s2p, shasum, splain, xsubpp, and zipdetails</seg>
     126        psed (link to s2p), pstruct (link to c2ph), ptar, ptardiff, s2p, shasum,
     127        splain, and xsubpp</seg>
    129128        <seg>Several hundred which cannot all be listed here</seg>
    130129        <seg>/usr/lib/perl5</seg>
     
    214213          <indexterm zone="ch-system-perl cpanp-run-perl">
    215214            <primary sortas="b-cpanp-run-perl">cpanp-run-perl</primary>
     215          </indexterm>
     216        </listitem>
     217      </varlistentry>
     218
     219      <varlistentry id="dprofpp">
     220        <term><command>dprofpp</command></term>
     221        <listitem>
     222          <para>Displays Perl profile data</para>
     223          <indexterm zone="ch-system-perl dprofpp">
     224            <primary sortas="b-dprofpp">dprofpp</primary>
    216225          </indexterm>
    217226        </listitem>
     
    273282      </varlistentry>
    274283
    275       <varlistentry id="json_pp">
    276         <term><command>json_pp</command></term>
    277         <listitem>
    278           <para>Converts data between certain input and output formats</para>
    279           <indexterm zone="ch-system-perl json_pp">
    280             <primary sortas="b-json_pp">json_pp</primary>
    281           </indexterm>
    282         </listitem>
    283       </varlistentry>
    284 
    285284      <varlistentry id="libnetcfg">
    286285        <term><command>libnetcfg</command></term>
     
    506505      </varlistentry>
    507506
    508       <varlistentry id="ptargrep">
    509         <term><command>ptargrep</command></term>
    510         <listitem>
    511           <para>A Perl program that applies pattern matching to the contents
    512           of files in a tar archive</para>
    513           <indexterm zone="ch-system-perl ptargrep">
    514             <primary sortas="b-ptargrep">ptargrep</primary>
    515           </indexterm>
    516         </listitem>
    517       </varlistentry>
    518 
    519507      <varlistentry id="s2p">
    520508        <term><command>s2p</command></term>
     
    557545      </varlistentry>
    558546
    559       <varlistentry id="zipdetails">
    560         <term><command>zipdetails</command></term>
    561         <listitem>
    562           <para>Displays details about the internal structure of a Zip file</para>
    563           <indexterm zone="ch-system-perl zipdetails">
    564             <primary sortas="b-zipdetails">zipdetails</primary>
    565           </indexterm>
    566         </listitem>
    567       </varlistentry>
    568 
    569547    </variablelist>
    570548
Note: See TracChangeset for help on using the changeset viewer.