Changeset d91e4b7


Ignore:
Timestamp:
07/23/2021 10:35:48 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
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:
633cb60
Parents:
0683d1d1
git-author:
Ken Moffat <ken@…> (07/23/2021 10:22:44 PM)
git-committer:
Ken Moffat <ken@…> (07/23/2021 10:35:48 PM)
Message:

Reinstate perl dep Scalar::List::Utils.

Current List::AllUtils (0.19) requires List::Utils >= 1.56 from
this distribution at runtime, but perl-5.34.0 shipped with 1.55.

Found by trying to run biber tests after building biber's perl
deps without running tests.

It helps if I add the reinstated file.

Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-deps.xml

    r0683d1d1 rd91e4b7  
    372372      <listitem>
    373373        <para>
     374          <xref linkend="perl-scalar-list-utils"/>
     375        </para>
     376      </listitem>
     377      <listitem>
     378        <para>
    374379          <xref linkend="perl-scope-guard"/>
    375380        </para>
     
    737742
    738743  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     744    href="perl-deps/perl-scalar-list-utils.xml"/>
     745
     746  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    739747    href="perl-deps/perl-scope-guard.xml"/>
    740748
  • general/prog/perl-modules/perl-list-allutils.xml

    r0683d1d1 rd91e4b7  
    4848      <para role="required">
    4949        <xref linkend="perl-list-someutils"/>,
    50         <xref linkend="perl-list-utilsby"/>
     50        <xref linkend="perl-list-utilsby"/>,
     51        <xref linkend="perl-scalar-list-utils"/>
    5152      </para>
    5253
  • introduction/welcome/changelog.xml

    r0683d1d1 rd91e4b7  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Reinstate perl module dependency Scalar::List::Utils which
     49          provides core module List::Utils. List::AllUtils-0.19 requires version
     50          1.56 at runtime, but perl-5.34.0 shipped with 1.55. Fixes
     51          <ulink url="&blfs-ticket-root;15307">#15307</ulink>.</para>
     52        </listitem>
     53        <listitem>
    4854          <para>[ken] - Update to mutt-2.1.1. Fixes
    4955          <ulink url="&blfs-ticket-root;15294">#15294</ulink>.</para>
  • packages.ent

    r0683d1d1 rd91e4b7  
    512512<!ENTITY Path-Tiny-version            "0.114">
    513513<!ENTITY Role-Tiny-version            "2.001004">
     514<!-- FIXME - please check the included version of
     515 List/Utils when upgrading the perl version,
     516 Scalar-List-Utils is here because List-AllUtils
     517 needs a newer version at runtime than is in 5.34.0 -->
     518<!ENTITY Scalar-List-Utils-version    "1.56">
    514519<!ENTITY Scope-Guard-version          "0.21">
    515520<!ENTITY Specio-version               "0.46">
Note: See TracChangeset for help on using the changeset viewer.