Changeset d434fc4f


Ignore:
Timestamp:
02/19/2020 12:47:54 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, 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:
865bebd
Parents:
88902ba7
Message:

Remove Class::Factory::Util and Test::Simple.

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

Files:
5 edited
2 moved

Legend:

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

    r88902ba7 rd434fc4f  
    103103      <listitem>
    104104        <para>
    105           <xref linkend="perl-class-factory-util"/>
    106         </para>
    107       </listitem>
    108       <listitem>
    109         <para>
    110105          <xref linkend="perl-class-inspector"/>
    111106        </para>
     
    464459        <para>
    465460          <xref linkend="perl-test-requiresinternet"/>
    466         </para>
    467       </listitem>
    468       <listitem>
    469         <para>
    470           <xref linkend="perl-test-simple"/>
    471461        </para>
    472462      </listitem>
     
    586576
    587577  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    588     href="perl-deps/perl-class-factory-util.xml"/>
    589 
    590   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    591578    href="perl-deps/perl-class-inspector.xml"/>
    592579
     
    805792
    806793  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    807     href="perl-deps/perl-test-simple.xml"/>
    808 
    809   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    810794    href="perl-deps/perl-test-utf8.xml"/>
    811795
  • general/prog/perl-deps/perl-test2-suite.xml

    r88902ba7 rd434fc4f  
    5050        <xref linkend="perl-module-pluggable"/>,
    5151        <xref linkend="perl-scope-guard"/>,
    52         <xref linkend="perl-sub-info"/>,
    53         <xref linkend="perl-term-table"/> and
    54         <xref linkend="perl-test-simple"/>
     52        <xref linkend="perl-sub-info"/> and
     53        <xref linkend="perl-term-table"/>
    5554      </para>
    5655
  • general/prog/perl-modules/perl-datetime-format-builder.xml

    r88902ba7 rd434fc4f  
    4646      <bridgehead renderas="sect5">Required</bridgehead>
    4747      <para role="required">
    48         <xref linkend="perl-class-factory-util"/>,
    4948        <xref linkend="perl-datetime-format-strptime"/> and
    5049        <!-- perl-datetime-format-strptime fulls in perl-datetime -->
  • introduction/welcome/changelog.xml

    r88902ba7 rd434fc4f  
    4545      <para>February 18th, 2020</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Remove perl dependant modules Class::Factory::Util and
     49          Test::Simple which are no longer used by anything in the book. Fixes
     50          <ulink url="&blfs-ticket-root;13160">#13160</ulink>.</para>
     51        </listitem>
    4752        <listitem>
    4853          <para>[renodr] - Update to xf86-video-intel-20200218. Fixes
  • packages.ent

    r88902ba7 rd434fc4f  
    428428<!ENTITY Capture-Tiny-version         "0.48">
    429429<!ENTITY Class-Data-Inheritable-version "0.08">
    430 <!ENTITY Class-Factory-Util-version   "1.7">
    431430<!ENTITY Class-Inspector-version      "1.36">
    432431<!ENTITY Class-Singleton-version      "1.5">
     
    501500<!ENTITY Test-Requires-version        "0.10">
    502501<!ENTITY Test-RequiresInternet-version "0.05">
    503 <!ENTITY Test-Simple-version          "1.302164">
    504502<!ENTITY Test-utf8-version            "1.01">
    505503<!ENTITY Test-Warnings-version        "0.026">
Note: See TracChangeset for help on using the changeset viewer.