Changeset 6c71499


Ignore:
Timestamp:
09/23/2018 10:17:49 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
88f20bb
Parents:
7158ad6
Message:

Perl modules branch: I was wrong to demote Module::Build to a subsidiary module dependency.

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

Files:
4 edited
1 moved

Legend:

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

    r7158ad6 r6c71499  
    135135      <listitem>
    136136        <para>
     137          <xref linkend="new-perl-module-build"/>
     138        </para>
     139      </listitem>
     140      <listitem>
     141        <para>
    137142          <xref linkend="new-perl-net-dns"/>
    138143        </para>
     
    209214
    210215  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     216    href="perl-modules/perl-module-build.xml"/>
     217
     218  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    211219    href="perl-modules/perl-net-dns.xml"/>
    212220
  • general/prog/perl-deps.xml

    r7158ad6 r6c71499  
    113113      <listitem>
    114114        <para>
    115           <xref linkend="new-perl-module-build"/>
    116         </para>
    117       </listitem>
    118       <listitem>
    119         <para>
    120115          <xref linkend="new-perl-number-compare"/>
    121116        </para>
     
    217212
    218213  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    219     href="perl-deps/perl-module-build.xml"/>
    220 
    221   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    222214    href="perl-deps/perl-number-compare.xml"/>
    223215
  • packages.ent

    r7158ad6 r6c71499  
    389389<!ENTITY LWP-version                  "6.35">
    390390<!ENTITY LWP-Protocol-https-version   "6.07">
    391 <!-- Module::Build has been "demoted" to only a
    392    dependenccy of other modules
    393 <!ENTITY Module-Build-version         "0.4224"> -->
     391<!ENTITY Module-Build-version         "0.4224">
    394392<!ENTITY Net-DNS-version              "1.17">
    395393<!ENTITY Parse-Yapp-version           "1.21">
     
    422420<!ENTITY IO-HTML-version              "1.001">
    423421<!ENTITY LWP-MediaTypes-version       "6.02">
    424 <!ENTITY Module-Build-version         "0.4224">
    425422<!ENTITY Net-SSLeay-version           "1.85">
    426423<!ENTITY Number-Compare-version       "0.03">
  • pst/typesetting/biber.xml

    r7158ad6 r6c71499  
    131131      <!-- LWP::Simple is part of libwww-perl,
    132132      that is pulled in by LWP::Protocol::https -->
    133       <!-- Module::Build is no-longer a direct dependency, and now that it can be
    134       built using just the standard instructions, it does not need to be mentioned -->
     133      <xref linkend="new-perl-module-build"/>
    135134      <!-- Mozilla::CA is a dependency of LWP-Protocol-https -->
    136135      <xref linkend="perl-regexp-common"/>
     
    140139      <!-- Text-CSV_XS is a recommended dependency for Text-CSV -->
    141140      <xref linkend="perl-text-roman"/>
    142       <!-- Unicode-Collate usually needs to be latest, core perl is older -->
     141      <!-- Unicode-Collate usually needs to be latest when biber is released,
     142        core perl is usually older. To read the core version, look at
     143        /usr/lib/perl5/5.xx.y/x86_64-linux-thread-multi/Unicode/Collate.pm -->
    143144      <xref linkend="perl-unicode-collate"/>
    144145      <!-- Unicode::GCstring is part of Unicode::LineBreak -->
    145146      <xref linkend="perl-unicode-linebreak"/>
    146       <!-- Unicode::Normalize is part of core perl -->
     147      <!-- Unicode::Normalize is part of core perl, found in
     148        /usr/lib/perl5/5.xx.y/x86_64-linux-thread-multi/Unicode/Normalize.pm -->
    147149      <!-- FIXME URI is probably a dep i nthe lwp or libwww area -->
    148150      <!-- XML::LibXML is a dependency of XML::LibXML::Simple -->
     
    171173      <para>
    172174        It is possible to install all missing dependencies automatically.
    173 <!-- Module::Build can now be built using perl Makefile.PL, so does not need to
    174      be installed in advance
    175175        But from <application>perl-5.22.0</application> onwards,
    176176        <xref linkend="perl-module-build"/> is no longer part of the core perl
    177         distribution.  And for -->
    178                           For  <xref linkend="perl-data-uniqid"/> we have to
     177        distribution.  And for <xref linkend="perl-data-uniqid"/> we have to
    179178        patch it to skip over a test which always fails - that failing test may
    180179        break the automatic install.  To automatically install the remaining perl
Note: See TracChangeset for help on using the changeset viewer.