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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.