Changeset ca29ea3 for general


Ignore:
Timestamp:
06/06/2006 06:22:28 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a2b3cc2c
Parents:
7f75c716
Message:

Many updates, additions and fixes to the Perl modules instructions; see the ChangeLog for full details

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6152 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-modules.xml

    r7f75c716 rca29ea3  
    102102          </listitem>
    103103          <listitem>
    104             <para><xref linkend="perl-test-pod"/> (optionally used during the
    105             tests)</para>
     104            <para><xref linkend="perl-test-pod"/>
     105            (optionally used during the tests)</para>
    106106          </listitem>
    107107        </itemizedlist>
     
    311311            <itemizedlist>
    312312              <listitem>
    313                 <para><xref linkend="perl-test-pod"/> (optionally used during the
    314                 tests)</para>
     313                <para><xref linkend="perl-test-pod"/>
     314                (optionally used during the tests)</para>
    315315              </listitem>
    316316            </itemizedlist>
     
    372372                  </listitem>
    373373                  <listitem>
    374                     <para><xref linkend="perl-test-pod"/> (optionally used
    375                     during the tests)</para>
     374                    <para><xref linkend="perl-test-pod"/>
     375                    (optionally used during the tests)</para>
    376376                  </listitem>
    377377                </itemizedlist>
     
    382382          </listitem>
    383383          <listitem>
    384             <para><xref linkend="perl-test-pod-coverage"/> (optionally used
    385             during the tests)</para>
     384            <para><xref linkend="perl-test-pod-coverage"/>
     385            (optionally used during the tests)</para>
    386386          </listitem>
    387387        </itemizedlist>
     
    478478                              <listitem>
    479479                                <para><xref linkend="perl-test-pod"/>
    480                                 (optionally used during the test suite)</para>
     480                                (optionally used during the tests)</para>
    481481                              </listitem>
    482482                            </itemizedlist>
     
    485485                        </itemizedlist>
    486486
     487                      </listitem>
     488                      <listitem>
     489                        <para><xref linkend="perl-test-pod-coverage"/>
     490                        (optionally used during the tests)</para>
    487491                      </listitem>
    488492                    </itemizedlist>
     
    522526    </itemizedlist>
    523527
     528    <note>
     529      <para>Newer versions of <application>OpenSSL</application> expose a bug
     530      in the <application>Crypt::SSLeay</application> sources. Issue the
     531      following <command>sed</command> command (after unpacking the
     532      <application>Crypt::SSLeay</application> tarball and changing directories
     533      into the root of the source tree) to fix the problem:</para>
     534
     535      <screen><userinput>sed -i '/algorithms/ a\               SSL_library_init();' SSLeay.xs</userinput></screen>
     536    </note>
     537 
    524538    <!-- Module::Build -->
    525539    <bridgehead renderas="sect3" id="perl-module-build"
     
    601615                <para><xref linkend="perl-text-diff"/></para>
    602616              </listitem>
    603               <listitem>
    604                 <para><xref linkend="perl-test-pod"/> (optionally used during
    605                 the tests)</para>
     617            </itemizedlist>
     618
     619          </listitem>
     620          <listitem>
     621            <para id="perl-pod-readme"><ulink
     622            url="http://cpan.org/authors/id/R/RR/RRWO/Pod-Readme-&Pod-Readme-version;.tar.gz">
     623            Pod-Readme-&Pod-Readme-version;</ulink> (optionally used to create
     624            a <filename>README</filename> file when creating a new module
     625            distribution)</para>
     626            <indexterm zone="perl-modules perl-pod-readme">
     627              <primary sortas="g-Pod-Readme">Pod::Readme</primary>
     628            </indexterm>
     629
     630            <itemizedlist>
     631              <listitem>
     632                <para id="perl-test-portability-files"><ulink
     633                url="http://cpan.org/authors/id/S/SA/SAPER/Test-Portability-Files-&Test-Portability-Files-version;.tar.gz">
     634                Test-Portability-Files-&Test-Portability-Files-version;</ulink>
     635                (optionally used during the tests)</para>
     636                <indexterm zone="perl-modules perl-test-portability-files">
     637                  <primary sortas="g-Test-Portability-Files">Test::Portability::Files</primary>
     638                </indexterm>
     639              </listitem>
     640              <listitem>
     641                <para><xref linkend="perl-test-pod-coverage"/>
     642                (optionally used during the tests)</para>
     643              </listitem>
     644              <listitem>
     645                <para><xref linkend="perl-test-pod"/>
     646                (optionally used during the tests)</para>
    606647              </listitem>
    607648            </itemizedlist>
     
    614655          </listitem>
    615656          <listitem>
    616             <para><ulink
    617             url="http://cpan.org/authors/id/I/IN/INGY/YAML-0.39.tar.gz">
    618             YAML-0.39</ulink> (Optional &mdash; adds an additional feature to
    619             Module::Build. Note that this version of YAML is older than the
    620             existing <xref linkend="perl-yaml"/> listed on this page. The newer
    621             version is not compatible with this version of Module::Build.
    622             Also note that you cannot have both YAML-0.39 and another version
    623             exist together.)</para>
     657            <para><xref linkend="perl-yaml"/> (optional, provides additional
     658            features to <application>Module::Build</application>)</para>
    624659          </listitem>
    625660        </itemizedlist>
     
    755790            <itemizedlist>
    756791              <listitem>
    757                 <para><xref linkend="perl-test-pod-coverage"/> (optionally used
    758                 during the tests)</para>
     792                <para><xref linkend="perl-test-pod-coverage"/>
     793                (optionally used during the tests)</para>
    759794              </listitem>
    760795            </itemizedlist>
     
    10021037                <itemizedlist>
    10031038                  <listitem>
    1004                     <para><xref linkend="perl-test-pod"/> (optionally used
    1005                     during the tests)</para>
     1039                    <para><xref linkend="perl-test-pod"/>
     1040                    (optionally used during the tests)</para>
    10061041                  </listitem>
    10071042                </itemizedlist>
     
    10511086        <itemizedlist>
    10521087          <listitem>
    1053             <para><xref linkend="perl-module-signature"/> (optionally used
    1054             during the tests)</para>
     1088            <para><xref linkend="perl-module-signature"/>
     1089            (optionally used during the tests)</para>
    10551090          </listitem>
    10561091        </itemizedlist>
     
    11951230        <itemizedlist>
    11961231          <listitem>
    1197             <para>Dependency list will be added</para>
     1232            <para id="perl-test-base"><ulink
     1233            url="http://cpan.org/authors/id/I/IN/INGY/Test-Base-&Test-Base-version;.tar.gz">
     1234            Test-Base-&Test-Base-version;</ulink>
     1235            (optionally used during the tests)</para>
     1236            <indexterm zone="perl-modules perl-test-base">
     1237              <primary sortas="g-Test-Base">Test::Base</primary>
     1238            </indexterm>
     1239
     1240            <itemizedlist>
     1241              <listitem>
     1242                <para id="perl-spiffy"><ulink
     1243                url="http://cpan.org/authors/id/I/IN/INGY/Spiffy-&Spiffy-version;.tar.gz">
     1244                Spiffy-&Spiffy-version;</ulink></para>
     1245                <indexterm zone="perl-modules perl-spiffy">
     1246                  <primary sortas="g-Spiffy">Spiffy</primary>
     1247                </indexterm>
     1248              </listitem>
     1249            </itemizedlist>
     1250
     1251          </listitem>
     1252          <listitem>
     1253            <para><xref linkend="perl-text-diff"/>
     1254            (optionally used during the tests)</para>
     1255          </listitem>
     1256          <listitem>
     1257            <para><xref linkend="perl-test-simple"/>
     1258            (optionally used during the tests)</para>
    11981259          </listitem>
    11991260        </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.