Changeset 0b01914


Ignore:
Timestamp:
12/20/2019 08:45:38 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
ecd630e
Parents:
718be191
Message:

Perl dependencies for Business::ISBN and Data::Compare.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-core-modules.txt

    r718be191 r0b01914  
    99The '::' translates to '/' when looking at a log of what got installed,
    1010but some are slightly different (library, not pm ?) and some of the
    11 modules are in the Arch-OS (x86_64-linux) directory.
     11modules are in the Arch-OS (x86_64-linux-thread-multi) directory.
    1212
    1313If you see 'eval' in a Makefile.PL or in a test, it implies that the module
     
    8989Test::More
    9090Test::Tester
     91Text::Balanced
    9192Text::ParseWords
    9293Tie::Array
  • general/prog/perl-deps.xml

    r718be191 r0b01914  
    123123      <listitem>
    124124        <para>
     125          <xref linkend="perl-clone"/>
     126        </para>
     127      </listitem>
     128      <listitem>
     129        <para>
    125130          <xref linkend="perl-config-autoconf"/>
    126131        </para>
     
    588593
    589594  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     595    href="perl-deps/perl-clone.xml"/>
     596
     597  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    590598    href="perl-deps/perl-config-autoconf.xml"/>
    591599
  • general/prog/perl-deps/perl-business-isbn-data.xml

    r718be191 r0b01914  
    66
    77  <!ENTITY my-download-http "&metacpan_authors;/B/BD/BDFOY/Business-ISBN-Data-&Business-ISBN-Data-version;.tar.gz">
    8   <!ENTITY my-md5sum "e45aba8cb0ed856c8633d874a0bf1f5b">
     8  <!ENTITY my-md5sum "393d2c45792854ad43eeaf172cb3dbb6">
    99
    1010]>
  • general/prog/perl-modules/perl-data-compare.xml

    r718be191 r0b01914  
    4646      <bridgehead renderas="sect5">Required</bridgehead>
    4747      <para role="required">
     48        <xref linkend="perl-clone"/>,
    4849        <xref linkend="perl-file-find-rule"/>
    4950      </para>
  • introduction/welcome/changelog.xml

    r718be191 r0b01914  
    4545      <para>December 20th, 2019</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Add Clone-0.43 (perl module). Fixes
     49          <ulink url="&blfs-ticket-root;12929">#12929</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[ken] - Update to Business:ISBN::Data (perl module).
     53          Fixes second part of
     54          <ulink url="&blfs-ticket-root;12893">#12893</ulink>.</para>
     55        </listitem>
    4756        <listitem>
    4857          <para>[timtas] - Update to dhcpcd-8.1.3. Fixes
  • packages.ent

    r718be191 r0b01914  
    422422<!ENTITY Alien-Build-version          "1.79">
    423423<!ENTITY B-Hooks-EndOfScope-version   "0.24">
    424 <!ENTITY Business-ISBN-Data-version   "20140910.003">
     424<!ENTITY Business-ISBN-Data-version   "20191107">
    425425<!ENTITY Capture-Tiny-version         "0.48">
    426426<!ENTITY Class-Data-Inheritable-version "0.08">
     
    429429<!ENTITY Class-Singleton-version      "1.5">
    430430<!ENTITY Class-Tiny-version           "1.006">
     431<!ENTITY Clone-version                "0.43">
    431432<!ENTITY Config-AutoConf-version      "0.317">
    432433<!ENTITY CPAN-Meta-Check-version      "0.014">
Note: See TracChangeset for help on using the changeset viewer.