Ignore:
Timestamp:
09/27/2018 06:46:46 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
67a158e
Parents:
31961578
Message:

perl modules branch: Add more modules, change ~: to : in install text, add include member for unsafe builds where @INC needs to include current directory.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/biber.xml

    r31961578 r6500352  
    102102      <!-- KFM: the order listed in Build.PL is not alphabetical -->
    103103      <xref linkend="new-perl-autovivification"/>
    104       <xref linkend="perl-business-isbn"/>
    105       <xref linkend="perl-business-ismn"/>
     104      <xref linkend="new-perl-business-isbn"/>
     105      <xref linkend="new-perl-business-ismn"/>
    106106      <xref linkend="new-perl-business-issn"/>
    107107      <xref linkend="new-perl-class-accessor"/>
    108108      <xref linkend="new-perl-data-compare"/>
    109109      <xref linkend="new-perl-data-dump"/>
    110       <xref linkend="perl-data-uniqid"/>
     110      <xref linkend="new-perl-data-uniqid"/>
    111111      <xref linkend="perl-datetime-calendar-julian"/>
    112112      <xref linkend="perl-datetime-format-builder"/>
     
    114114      <xref linkend="perl-encode-hanextra"/>
    115115      <xref linkend="perl-encode-jis2k"/>
    116       <xref linkend="perl-file-slurper"/>
     116      <xref linkend="new-perl-file-slurper"/>
    117117      <xref linkend="perl-perlio-utf8_strict"/>
    118118      <!-- IPC::Cmd is a part of core perl -->
    119       <xref linkend="perl-ipc-run3"/>
    120       <xref linkend="perl-lingua-translit"/>
     119      <xref linkend="new-perl-ipc-run3"/>
     120      <xref linkend="new-perl-lingua-translit"/>
    121121      <xref linkend="perl-list-allutils"/>
    122122      <!-- List::MoreUtils was pulled in for the testsuite of List::AllUtils,
    123123      but it needs to be present even if people do not run the tests -->
    124       <xref linkend="perl-list-moreutils"/>
    125       <!-- List::MoreUtils::XS is listed as a dep, but it is part of
     124      <xref linkend="new-perl-list-moreutils"/>
     125      <!-- List::MoreUtils::XS is listed as a dep, but it is a dep of
    126126      List::MoreUtils -->
    127       <xref linkend="perl-log-log4perl"/>
     127      <xref linkend="new-perl-log-log4perl"/>
    128128      <!-- I initially misread LWP-Protocol-https as part of libwww-perl
    129129      when I was preparing this list.  In fact, it depends on that -->
     
    133133      <xref linkend="new-perl-module-build"/>
    134134      <!-- Mozilla::CA is a dependency of LWP-Protocol-https -->
    135       <xref linkend="perl-regexp-common"/>
     135      <xref linkend="new-perl-regexp-common"/>
    136136      <xref linkend="perl-sort-key"/>
    137137      <xref linkend="new-perl-text-bibtex"/>
     
    142142        core perl is usually older. To read the core version, look at
    143143        /usr/lib/perl5/5.xx.y/x86_64-linux-thread-multi/Unicode/Collate.pm -->
    144       <xref linkend="perl-unicode-collate"/>
     144      <xref linkend="new-perl-unicode-collate"/>
    145145      <!-- Unicode::GCstring is part of Unicode::LineBreak -->
    146146      <xref linkend="perl-unicode-linebreak"/>
     
    174174        It is possible to install all missing dependencies automatically.
    175175        But from <application>perl-5.22.0</application> onwards,
    176         <xref linkend="perl-module-build"/> is no longer part of the core perl
     176        <xref linkend="new-perl-module-build"/> is no longer part of the core perl
    177177        distribution.<!-- And for <xref linkend="perl-data-uniqid"/> we have to
    178178        patch it to skip over a test which always fails - that failing test may
    179179        break the automatic install.--> To automatically install the remaining perl
     180 <!--   dependencies you can install that module first using <xref
     181        linkend="perl-alternatives"/>. then run <command>perl ./Build.PL</command> -->
    180182        dependencies you can install that module first using <xref
    181         linkend="perl-auto-install"/>. then run <command>perl ./Build.PL</command>
     183        linkend="new-perl-auto-install"/>. then run <command>perl ./Build.PL</command>
    182184        and when it prompts you, become the root user and run
    183185        <command>./Build installdeps</command>
Note: See TracChangeset for help on using the changeset viewer.