Changeset 67a158e


Ignore:
Timestamp:
09/28/2018 02:52:38 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
8857a6c
Parents:
6500352
Message:

perl modules branch: Some more modules.

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

Files:
5 added
3 edited

Legend:

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

    r6500352 r67a158e  
    123123      <listitem>
    124124        <para>
     125          <xref linkend="new-perl-encode-eucjpascii"/>
     126        </para>
     127      </listitem>
     128      <listitem>
     129        <para>
     130          <xref linkend="new-perl-encode-hanextra"/>
     131        </para>
     132      </listitem>
     133      <listitem>
     134        <para>
     135          <xref linkend="new-perl-encode-jis2k"/>
     136        </para>
     137      </listitem>
     138      <listitem>
     139        <para>
    125140          <xref linkend="new-perl-error"/>
    126141        </para>
     
    193208      <listitem>
    194209        <para>
     210          <xref linkend="new-perl-sort-key"/>
     211        </para>
     212      </listitem>
     213      <listitem>
     214        <para>
    195215          <xref linkend="new-perl-test-command"/>
    196216        </para>
     
    199219        <para>
    200220          <xref linkend="new-perl-text-bibtex"/>
     221        </para>
     222      </listitem>
     223      <listitem>
     224        <para>
     225          <xref linkend="new-perl-text-roman"/>
    201226        </para>
    202227      </listitem>
     
    254279
    255280  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     281    href="perl-modules/perl-encode-eucjpascii.xml"/>
     282
     283  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     284    href="perl-modules/perl-encode-hanextra.xml"/>
     285
     286  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     287    href="perl-modules/perl-encode-jis2k.xml"/>
     288
     289  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    256290    href="perl-modules/perl-error.xml"/>
    257291
     
    296330
    297331  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     332    href="perl-modules/perl-sort-key.xml"/>
     333
     334  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    298335    href="perl-modules/perl-test-command.xml"/>
    299336
     
    302339
    303340  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     341    href="perl-modules/perl-text-roman.xml"/>
     342
     343  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    304344    href="perl-modules/perl-unicode-collate.xml"/>
    305345
  • pst/typesetting/biber.xml

    r6500352 r67a158e  
    111111      <xref linkend="perl-datetime-calendar-julian"/>
    112112      <xref linkend="perl-datetime-format-builder"/>
    113       <xref linkend="perl-encode-eucjpascii"/>
    114       <xref linkend="perl-encode-hanextra"/>
    115       <xref linkend="perl-encode-jis2k"/>
     113      <xref linkend="new-perl-encode-eucjpascii"/>
     114      <xref linkend="new-perl-encode-hanextra"/>
     115      <xref linkend="new-perl-encode-jis2k"/>
    116116      <xref linkend="new-perl-file-slurper"/>
    117117      <xref linkend="perl-perlio-utf8_strict"/>
     
    134134      <!-- Mozilla::CA is a dependency of LWP-Protocol-https -->
    135135      <xref linkend="new-perl-regexp-common"/>
    136       <xref linkend="perl-sort-key"/>
     136      <xref linkend="new-perl-sort-key"/>
    137137      <xref linkend="new-perl-text-bibtex"/>
    138138      <xref linkend="perl-text-csv"/>
    139139      <!-- Text-CSV_XS is a recommended dependency for Text-CSV -->
    140       <xref linkend="perl-text-roman"/>
     140      <xref linkend="new-perl-text-roman"/>
    141141      <!-- Unicode-Collate usually needs to be latest when biber is released,
    142142        core perl is usually older. To read the core version, look at
  • xincludes/perl-unsafe-install.xml

    r6500352 r67a158e  
    66         $Date$ -->
    77
     8    <!-- typically, these modules fail to reference inc::Module::Install
     9     when perl Makefile.PL is run, AND they are OLD, so any update is
     10     likely to change them to using the standard install -->
    811    <para>
    912      This module uses the 'unsafe' build and installation instructions
Note: See TracChangeset for help on using the changeset viewer.