Changeset 7158ad6


Ignore:
Timestamp:
09/21/2018 02:27:27 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
6c71499
Parents:
da8b8e48
Message:

perl modules branch: next batch of modules.

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

Files:
6 added
4 edited

Legend:

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

    rda8b8e48 r7158ad6  
    100100      <listitem>
    101101        <para>
     102          <xref linkend="new-perl-class-accessor"/>
     103        </para>
     104      </listitem>
     105      <listitem>
     106        <para>
     107          <xref linkend="new-perl-data-compare"/>
     108        </para>
     109      </listitem>
     110      <listitem>
     111        <para>
     112          <xref linkend="new-perl-data-dump"/>
     113        </para>
     114      </listitem>
     115      <listitem>
     116        <para>
    102117          <xref linkend="new-perl-error"/>
    103118        </para>
     
    173188
    174189  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     190    href="perl-modules/perl-class-accessor.xml"/>
     191
     192  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     193    href="perl-modules/perl-data-compare.xml"/>
     194
     195  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     196    href="perl-modules/perl-data-dump.xml"/>
     197
     198  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    175199    href="perl-modules/perl-error.xml"/>
    176200
  • general/prog/perl-deps.xml

    rda8b8e48 r7158ad6  
    8383      <listitem>
    8484        <para>
     85          <xref linkend="perl-file-find-rule"/>
     86        </para>
     87      </listitem>
     88      <listitem>
     89        <para>
    8590          <xref linkend="perl-http-date"/>
    8691        </para>
     
    113118      <listitem>
    114119        <para>
     120          <xref linkend="new-perl-number-compare"/>
     121        </para>
     122      </listitem>
     123      <listitem>
     124        <para>
    115125          <xref linkend="perl-net-ssleay"/>
    116126        </para>
     
    144154        <para>
    145155          <xref linkend="new-perl-test-warnings"/>
     156        </para>
     157      </listitem>
     158      <listitem>
     159        <para>
     160          <xref linkend="new-perl-text-glob"/>
    146161        </para>
    147162      </listitem>
     
    184199
    185200  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     201    href="perl-deps/perl-file-find-rule.xml"/>
     202
     203  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    186204    href="perl-deps/perl-http-date.xml"/>
    187205
     
    202220
    203221  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     222    href="perl-deps/perl-number-compare.xml"/>
     223
     224  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    204225    href="perl-deps/perl-sub-identify.xml"/>
    205226
     
    223244
    224245  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     246    href="perl-deps/perl-text-glob.xml"/>
     247
     248  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    225249    href="perl-deps/perl-try-tiny.xml"/>
    226250
  • packages.ent

    rda8b8e48 r7158ad6  
    416416<!ENTITY Config-AutoConf-version      "0.317">
    417417<!ENTITY ExtUtils-LibBuilder-version  "0.06">
     418<!ENTITY File-Find-Rule-version       "0.34">
    418419<!ENTITY HTTP-Date-version            "6.02">
    419420<!ENTITY HTTP-Message-version         "6.18">
     
    423424<!ENTITY Module-Build-version         "0.4224">
    424425<!ENTITY Net-SSLeay-version           "1.85">
     426<!ENTITY Number-Compare-version       "0.03">
    425427<!ENTITY Sub-Identify-version         "0.14">
    426428<!ENTITY Sub-Name-version             "0.21">
     
    429431<!ENTITY Test-Needs-version           "0.002005">
    430432<!ENTITY Test-Warnings-version        "0.026">
     433<!ENTITY Text-Glob-version            "0.11">
    431434<!ENTITY Try-Tiny-version             "0.30">
    432435<!ENTITY XML-NamespaceSupport-version "1.12">
  • pst/typesetting/biber.xml

    rda8b8e48 r7158ad6  
    100100    <bridgehead renderas="sect4">Required</bridgehead>
    101101    <para role="required">
    102       <!-- KFM: because I always get confused by these deps, I've decided
    103       to add some comments.
    104       Both Config::AutoConf and ExtUtils::LibBuilder are listed as build
    105       requirements in Build.PL, the rest are just requirements, but the
    106       difference seems moot.  Those two are needed to build Text::BibTeX
    107       so not listed separately. -->
     102      <!-- KFM: the order listed in Build.PL is not alphabetical -->
    108103      <xref linkend="new-perl-autovivification"/>
    109104      <xref linkend="perl-business-isbn"/>
    110105      <xref linkend="perl-business-ismn"/>
    111106      <xref linkend="new-perl-business-issn"/>
    112       <xref linkend="perl-class-accessor"/>
    113       <xref linkend="perl-data-compare"/>
    114       <xref linkend="perl-data-dump"/>
     107      <xref linkend="new-perl-class-accessor"/>
     108      <xref linkend="new-perl-data-compare"/>
     109      <xref linkend="new-perl-data-dump"/>
    115110      <xref linkend="perl-data-uniqid"/>
    116111      <xref linkend="perl-datetime-calendar-julian"/>
     
    120115      <xref linkend="perl-encode-jis2k"/>
    121116      <xref linkend="perl-file-slurper"/>
     117      <xref linkend="perl-perlio-utf8_strict"/>
    122118      <!-- IPC::Cmd is a part of core perl -->
    123119      <xref linkend="perl-ipc-run3"/>
     
    136132      that is pulled in by LWP::Protocol::https -->
    137133      <!-- Module::Build is no-longer a direct dependency, and now that it can be
    138       built using jsut the standard instructions, it does not need to be mentioned -->
     134      built using just the standard instructions, it does not need to be mentioned -->
    139135      <!-- Mozilla::CA is a dependency of LWP-Protocol-https -->
    140       <xref linkend="perl-perlio-utf8_strict"/>
    141136      <xref linkend="perl-regexp-common"/>
    142137      <xref linkend="perl-sort-key"/>
     
    149144      <!-- Unicode::GCstring is part of Unicode::LineBreak -->
    150145      <xref linkend="perl-unicode-linebreak"/>
     146      <!-- Unicode::Normalize is part of core perl -->
     147      <!-- FIXME URI is probably a dep i nthe lwp or libwww area -->
     148      <!-- XML::LibXML is a dependency of XML::LibXML::Simple -->
    151149      <xref linkend="perl-xml-libxml-simple"/>
    152150      <xref linkend="perl-xml-libxslt"/>
Note: See TracChangeset for help on using the changeset viewer.