- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/perl.xml
r686839b re74f725 39 39 loopback device as well as set a hostname for some of the tests:</para> 40 40 41 <screen os="a01"><userinput remap="test">ip link set lo up41 <screen><userinput>ip link set lo up 42 42 hostname clfs</userinput></screen> 43 43 </note> 44 44 45 <para os="a0 2">Before starting to configure, create a basic45 <para os="a01">Before starting to configure, create a basic 46 46 <filename>/etc/hosts</filename> file which will be referenced by one 47 47 of Perl's configuration files as well as used by the testsuite:</para> 48 48 49 <screen os="a0 3"><userinput remap="test">echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen>49 <screen os="a02"><userinput>echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> 50 50 51 51 <para os="a">To have full control over the way Perl is set up, you can … … 101 101 <screen os="e"><userinput>make</userinput></screen> 102 102 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> 106 105 107 106 <para os="j">Install the package:</para> … … 121 120 <seglistitem> 122 121 <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, 124 123 libnetcfg, perl, perl&perl-version; (link to perl), perlbug, 125 124 perldoc, perlivp, perlthanks (link to perlbug), piconv, pl2pm, pod2html, 126 125 pod2latex, pod2man, pod2text, pod2usage, podchecker, podselect, prove, 127 psed (link to s2p), pstruct (link to c2ph), ptar, ptardiff, ptargrep,128 s 2p, shasum, splain, xsubpp, and zipdetails</seg>126 psed (link to s2p), pstruct (link to c2ph), ptar, ptardiff, s2p, shasum, 127 splain, and xsubpp</seg> 129 128 <seg>Several hundred which cannot all be listed here</seg> 130 129 <seg>/usr/lib/perl5</seg> … … 214 213 <indexterm zone="ch-system-perl cpanp-run-perl"> 215 214 <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> 216 225 </indexterm> 217 226 </listitem> … … 273 282 </varlistentry> 274 283 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 285 284 <varlistentry id="libnetcfg"> 286 285 <term><command>libnetcfg</command></term> … … 506 505 </varlistentry> 507 506 508 <varlistentry id="ptargrep">509 <term><command>ptargrep</command></term>510 <listitem>511 <para>A Perl program that applies pattern matching to the contents512 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 519 507 <varlistentry id="s2p"> 520 508 <term><command>s2p</command></term> … … 557 545 </varlistentry> 558 546 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 569 547 </variablelist> 570 548
Note:
See TracChangeset
for help on using the changeset viewer.