Changeset cecac4d for general/prog


Ignore:
Timestamp:
02/13/2016 07:48:09 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
ab88249
Parents:
5f0df0c
Message:

Merge several recent changes from trunk - sync relevant changes to r16949.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16960 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

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

    r5f0df0c rcecac4d  
    134134 sometimes a good place to start, then for scripts look at any comments in the
    135135 script, and if you get a package like Text::BibTeX with compiled progs and
    136  library, look at the comments in the code -->
     136 library, look at the comments in the code
     137
     138 Also, for external modules where we link to CPAN without a current version,
     139 prefer to use http://search.cpan.org/dist/Module-Name if that works, rather
     140 than pointing to a maintainers home directory : the maintainer for a package
     141 sometimes changes -->
     142
    137143<sect1 id="perl-modules" xreflabel="Perl modules">
    138144  <?dbhtml filename="perl-modules.html" ?>
     
    191197MD5 sum: &Archive-Zip-md5sum;</literallayout>
    192198        <itemizedlist>
    193           <listitem><literallayout><ulink url="http://search.cpan.org/~gfranks/Test-MockModule/">Test::MockModule</ulink>
    194 (http://search.cpan.org/~gfranks/Test-MockModule/)</literallayout>
     199          <listitem><literallayout><ulink url="http://search.cpan.org/dist/Test-MockModule/">Test::MockModule</ulink> - This uses the <xref linkend="perl-build-install"/>
     200(http://search.cpan.org/dist/Test-MockModule/)</literallayout>
     201            <itemizedlist>
     202              <listitem> <literallayout><ulink url="http://search.cpan.org/dist/SUPER/">SUPER</ulink>
     203(http://search.cpan.org/dist/SUPER/) (for the testsuite)</literallayout>
     204                <itemizedlist>
     205                  <listitem><literallayout><ulink url="http://search.cpan.org/dist/Sub-Identify/">Sub-Identify</ulink>
     206(http://search.cpan.org/dist/Sub-Identify/)(for the testsuite)</literallayout>
     207                  </listitem>
     208                </itemizedlist>
     209              </listitem>
     210            </itemizedlist>
    195211          </listitem>
    196212        </itemizedlist>
     
    847863              <listitem> <literallayout><ulink url="http://search.cpan.org/dist/CPAN-Meta-Check/">CPAN::Meta::Check</ulink>
    848864(http://search.cpan.org/dist/CPAN::Meta::Check/) (for the testsuite)</literallayout>
     865                <itemizedlist>
     866<!-- FIXME : this duplicates the details for Test-Deep which is also needed by
     867 Module-Metadata (below) : that (not _this_ one) can probably go after a
     868 reasonable length of time -->
     869                  <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Test-Deep/">Test::Deep</ulink>
     870(http://search.cpan.org/dist/Test::Deep/) (for the testsuite)</literallayout>
     871                  </listitem>
     872                </itemizedlist>
    849873              </listitem>
    850874              <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Module-Metadata/">Module::Metadata</ulink>
Note: See TracChangeset for help on using the changeset viewer.