Changeset 0fc4a39


Ignore:
Timestamp:
10/02/2018 09:36:01 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
73437f9
Parents:
11b9fb83
Message:

Trunk: remove external link to perl module File::Slurp::Tiny which is no-longer used by XML::LibXML::Simple.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r11b9fb83 r0fc4a39  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 1st, &year;">
     9<!ENTITY releasedate  "October 2nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/perl-modules.xml

    r11b9fb83 r0fc4a39  
    26152615            </para>
    26162616          </listitem>
    2617           <listitem><literallayout><ulink url="https://cpan.metacpan.org/authors/id/L/LE/LEONT/File-Slurp-Tiny-0.004.tar.gz">File::Slurp::Tiny</ulink>
    2618 (https://cpan.metacpan.org/authors/id/L/LE/LEONT/File-Slurp-Tiny-0.004.tar.gz)</literallayout>
    2619           </listitem>
    26202617        </itemizedlist>
    26212618      </listitem>
  • introduction/welcome/changelog.xml

    r11b9fb83 r0fc4a39  
    4242    </listitem>
    4343-->
     44
     45    <listitem>
     46      <para>October 2nd, 2018</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[ken] - Perl module XML::LibXML::Simple stopped using
     50          File::Slurp::Tiny a while ago.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
    4455    <listitem>
    4556      <para>October 1st, 2018</para>
     
    5162      </itemizedlist>
    5263    </listitem>
    53 
    5464
    5565    <listitem>
Note: See TracChangeset for help on using the changeset viewer.