Changeset 5962f97


Ignore:
Timestamp:
08/07/2020 02:24:06 AM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c0aa452
Parents:
df0e196
Message:

More perl module deps.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23460 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rdf0e196 r5962f97  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "06">                   <!-- Always 2 digits -->
     3<!ENTITY day          "07">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 6th, &year;">
     9<!ENTITY releasedate  "August 7th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/perl-deps.xml

    rdf0e196 r5962f97  
    8383      <listitem>
    8484        <para>
     85          <xref linkend="perl-b-cow"/>
     86        </para>
     87      </listitem>
     88      <listitem>
     89        <para>
    8590          <xref linkend="perl-b-hooks-endofscope"/>
    8691        </para>
     
    564569
    565570  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     571    href="perl-deps/perl-b-cow.xml"/>
     572
     573  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    566574    href="perl-deps/perl-b-hooks-endofscope.xml"/>
    567575
  • general/prog/perl-deps/perl-clone.xml

    rdf0e196 r5962f97  
    99  <!ENTITY my-download-http "&metacpan_authors;/A/AT/ATOOMIC/Clone-&Clone-version;.tar.gz">
    1010 <!-- only one of the above choices -->
    11   <!ENTITY my-md5sum "12e2247a3c9802bae774daac32d083c1">
     11  <!ENTITY my-md5sum "b101333499b638658f89e29458cd83c0">
    1212
    1313]>
     
    4545      </itemizedlist>
    4646
     47      <bridgehead renderas="sect4">Clone Dependencies</bridgehead>
     48
     49      <bridgehead renderas="sect5">Recommended (required for the testsuite)</bridgehead>
     50      <para role="recommended">
     51        <xref linkend="perl-b-cow"/>,
     52
     53      </para>
     54
    4755    </sect3>
    48 
    49       <!-- omit dependencies if not needed.
    50        With Clone-0.43 B::COW is claimed to be needed, but not referenced in the
    51        installed module. It is referenced in test, but they all pass without it. -->
    5256
    5357    <sect3 role="installation">
  • general/prog/perl-deps/perl-test-requires.xml

    rdf0e196 r5962f97  
    66
    77  <!ENTITY my-download-http "&metacpan_authors;/T/TO/TOKUHIROM/Test-Requires-&Test-Requires-version;.tar.gz">
    8   <!ENTITY my-md5sum "0d5da779609d0c8fa6f796b45ff8c6f3">
     8  <!ENTITY my-md5sum "999d6c4e46ea7baae7a5113292e02ed8">
    99
    1010]>
  • introduction/welcome/changelog.xml

    rdf0e196 r5962f97  
    4343    -->
    4444    <listitem>
     45      <para>August 7th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Updated to Clone-0.45 with its new dependency of
     49          B-COW-0.004. Also updated to Test-Requires-0.11
     50          (perl module dependencies), part of
     51          <ulink url="&blfs-ticket-root;13844">#13844</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4557      <para>August 6th, 2020</para>
    4658      <itemizedlist>
  • packages.ent

    rdf0e196 r5962f97  
    440440<!ENTITY Alien-Build-version          "2.26">
    441441<!ENTITY Alien-Libxml2-version        "0.16">
     442<!ENTITY B-COW-version                "0.004">
    442443<!ENTITY B-Hooks-EndOfScope-version   "0.24">
    443444<!ENTITY Business-ISBN-Data-version   "20191107">
     
    447448<!ENTITY Class-Singleton-version      "1.5">
    448449<!ENTITY Class-Tiny-version           "1.006">
    449 <!ENTITY Clone-version                "0.43">
     450<!ENTITY Clone-version                "0.45">
    450451<!ENTITY Config-AutoConf-version      "0.318">
    451452<!ENTITY CPAN-Meta-Check-version      "0.014">
     
    514515<!ENTITY Test-MockModule-version      "v0.173.0">
    515516<!ENTITY Test-Needs-version           "0.002006">
    516 <!ENTITY Test-Requires-version        "0.10">
     517<!ENTITY Test-Requires-version        "0.11">
    517518<!ENTITY Test-RequiresInternet-version "0.05">
    518519<!ENTITY Test-utf8-version            "1.01">
Note: See TracChangeset for help on using the changeset viewer.