Changeset fcbc38a


Ignore:
Timestamp:
08/08/2020 08:57:15 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, 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:
050d8537
Parents:
46b8945e
Message:

Remaining perl dependent perl modules, and belatedly update the note to say they build with BLFS-9.1.

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

Files:
9 edited

Legend:

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

    r46b8945e rfcbc38a  
    4646        <!-- FIXME - change or comment this when necessary -->
    4747        The linked metacpan.org versions below are known to build and work with
    48         the module versions in BLFS-9.0.
     48        the module versions in BLFS-9.1.
    4949      </para>
    5050
  • general/prog/perl-deps/perl-datetime-format-strptime.xml

    r46b8945e rfcbc38a  
    66
    77  <!ENTITY my-download-http "&metacpan_authors;/D/DR/DROLSKY/DateTime-Format-Strptime-&DateTime-Format-Strptime-version;.tar.gz">
    8   <!ENTITY my-md5sum "b998387c90f49ac26e82cbac0f3b3b48">
     8  <!ENTITY my-md5sum "891c38cdbe0a30291ed4afe711a17e3b">
    99
    1010]>
     
    5151             perl-params-validationcompiler, perl-specio and perl-try-tiny -->
    5252      </para>
     53      <!-- the changes claim it needs FindBin for testing,
     54           but it is fine without that and does not seem to reference it -->
    5355
    5456    </sect3>
  • general/prog/perl-deps/perl-datetime-locale.xml

    r46b8945e rfcbc38a  
    66
    77  <!ENTITY my-download-http "&metacpan_authors;/D/DR/DROLSKY/DateTime-Locale-&DateTime-Locale-version;.tar.gz">
    8   <!ENTITY my-md5sum "5a733800022bf1fc42d5ea6561846f47">
     8  <!ENTITY my-md5sum "307505aad3d47b8adaee7045f0b76820">
    99
    1010]>
  • general/prog/perl-deps/perl-datetime-timezone.xml

    r46b8945e rfcbc38a  
    66
    77  <!ENTITY my-download-http "&metacpan_authors;/D/DR/DROLSKY/DateTime-TimeZone-&DateTime-TimeZone-version;.tar.gz">
    8   <!ENTITY my-md5sum "b1a4abd18318007ac6a4426294797b59">
     8  <!ENTITY my-md5sum "ad84a62ee01dec5efa9af00b596ffc1d">
    99
    1010]>
     
    4646      <bridgehead renderas="sect4">DateTime::TimeZone Dependencies</bridgehead>
    4747
     48      <!-- the Changes file suggeests it needs File-Slurp-Tiny but it is fine
     49           without it and does not seem to reference it. -->
     50
    4851      <bridgehead renderas="sect5">Required</bridgehead>
    4952      <para role="required">
  • general/prog/perl-deps/perl-datetime.xml

    r46b8945e rfcbc38a  
    66
    77  <!ENTITY my-download-http "&metacpan_authors;/D/DR/DROLSKY/DateTime-&DateTime-version;.tar.gz">
    8   <!ENTITY my-md5sum "714843957118d9d24c4b4c9fc7efe8a5">
     8  <!ENTITY my-md5sum "f18d180e2d7e5110f75e7a20955588f3">
    99
    1010]>
  • general/prog/perl-deps/perl-exporter-tiny.xml

    r46b8945e rfcbc38a  
    66
    77  <!ENTITY my-download-http "&metacpan_authors;/T/TO/TOBYINK/Exporter-Tiny-&Exporter-Tiny-version;.tar.gz">
    8   <!ENTITY my-md5sum "e33f25f7556f5f5264a92cb9870d0eac">
     8  <!ENTITY my-md5sum "485897322a2514b4d6ca90b2daacb7cd">
    99
    1010]>
  • general/prog/perl-deps/perl-text-csv_xs.xml

    r46b8945e rfcbc38a  
    77 <!-- .tgz -->
    88  <!ENTITY my-download-http "&metacpan_authors;/H/HM/HMBRAND/Text-CSV_XS-&Text-CSV_XS-version;.tgz">
    9   <!ENTITY my-md5sum "58d4217ac077f28ac2671431966a12e3">
     9  <!ENTITY my-md5sum "7ed1bfe174b8867bb0987625e9ed57bc">
    1010
    1111]>
  • introduction/welcome/changelog.xml

    r46b8945e rfcbc38a  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Updated to DateTime-1.52, DateTime-Format-Strptime-1.77,
     49          DateTime-Locale-1.26, DateTime-TimeZone-2.39, Exporter-Tiny-1.002002,
     50          Text-CSV_XS-1.44
     51          (perl module dependencies), part of
     52          <ulink url="&blfs-ticket-root;13844">#13844</ulink>.</para>
     53        </listitem>
     54        <listitem>
    4855          <para>[bdubbs] - Update to php-7.4.9. Fixes
    4956          <ulink url="&blfs-ticket-root;13889">#13889</ulink>.</para>
  • packages.ent

    r46b8945e rfcbc38a  
    451451<!ENTITY Config-AutoConf-version      "0.318">
    452452<!ENTITY CPAN-Meta-Check-version      "0.014">
    453 <!ENTITY DateTime-version             "1.51">
    454 <!ENTITY DateTime-Format-Strptime-version "1.76">
    455 <!ENTITY DateTime-Locale-version      "1.25">
    456 <!ENTITY DateTime-TimeZone-version    "2.38">
     453<!ENTITY DateTime-version             "1.52">
     454<!ENTITY DateTime-Format-Strptime-version "1.77">
     455<!ENTITY DateTime-Locale-version      "1.26">
     456<!ENTITY DateTime-TimeZone-version    "2.39">
    457457<!ENTITY Devel-StackTrace-version     "2.04">
    458458<!ENTITY Dist-CheckConflicts-version  "0.11">
     
    460460<!ENTITY Eval-Closure-version         "0.14">
    461461<!ENTITY Exception-Class-version      "1.44">
    462 <!ENTITY Exporter-Tiny-version        "1.002001">
     462<!ENTITY Exporter-Tiny-version        "1.002002">
    463463<!ENTITY ExtUtils-LibBuilder-version  "0.08">
    464464<!ENTITY FFI-CheckLib-version         "0.27">
     
    522522<!ENTITY Test2-Plugin-NoWarnings-version "0.09">
    523523<!ENTITY Test2-Suite-version          "0.000130">
    524 <!ENTITY Text-CSV_XS-version          "1.39">
     524<!ENTITY Text-CSV_XS-version          "1.44">
    525525<!ENTITY Text-Diff-version            "1.45">
    526526<!ENTITY Text-Glob-version            "0.11">
Note: See TracChangeset for help on using the changeset viewer.