Changeset c98cfb2 for general


Ignore:
Timestamp:
04/02/2024 06:18:54 PM (4 weeks ago)
Author:
Ken Moffat <zarniwhoop@…>
Branches:
trunk
Children:
37132623
Parents:
22ab1ba3
git-author:
Ken Moffat <zarniwhoop@…> (04/02/2024 03:03:13 AM)
git-committer:
Ken Moffat <zarniwhoop@…> (04/02/2024 06:18:54 PM)
Message:

Perl deps- reduce dependencies:

Update to Term-Table-0.018, version 0.017 dropped Importer.

Update to Test2-Suite-0.000159, version 0.000151 dropped both
Scope-Guard and Term-Table and made Module-Pluggable optional.

Scope-Guard is still current and needed by Test-File-ShareDir
but Importer and Module-Pluggable are no-longer needed, and
archived.

Apart from B-Hooks-EndOfScope (to follow), all the remainder
have unchanged dependencies.

Location:
general/prog
Files:
3 edited

Legend:

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

    r22ab1ba3 rc98cfb2  
    256256      <listitem>
    257257        <para>
    258           <xref linkend="perl-importer"/>
    259         </para>
    260       </listitem>
    261       <listitem>
    262         <para>
    263258          <xref linkend="perl-io-html"/>
    264259        </para>
     
    311306      <listitem>
    312307        <para>
    313           <xref linkend="perl-module-pluggable"/>
    314         </para>
    315       </listitem>
    316       <listitem>
    317         <para>
    318308          <xref linkend="perl-module-runtime"/>
    319309        </para>
     
    397387        <para>
    398388          <xref linkend="perl-sub-identify"/>
    399         </para>
    400       </listitem>
    401       <listitem>
    402         <para>
    403           <xref linkend="perl-sub-info"/>
    404389        </para>
    405390      </listitem>
     
    684669
    685670  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    686     href="perl-deps/perl-importer.xml"/>
    687 
    688   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    689671    href="perl-deps/perl-io-html.xml"/>
    690672
     
    716698  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    717699    href="perl-deps/perl-module-implementation.xml"/>
    718 
    719   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    720     href="perl-deps/perl-module-pluggable.xml"/>
    721700
    722701  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    772751
    773752  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    774     href="perl-deps/perl-sub-info.xml"/>
    775 
    776   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    777753    href="perl-deps/perl-sub-quote.xml"/>
    778754
  • general/prog/perl-deps/perl-term-table.xml

    r22ab1ba3 rc98cfb2  
    66
    77  <!ENTITY my-download-http "&metacpan_authors;/E/EX/EXODIST/Term-Table-&Term-Table-version;.tar.gz">
    8   <!ENTITY my-md5sum "ef0c76824c57eaa7796558060067bb49">
     8  <!ENTITY my-md5sum "7022839afa343ce81c92645acb21c22d">
    99
    1010]>
     
    4343      </itemizedlist>
    4444
    45       <bridgehead renderas="sect4">Term::Table Dependencies</bridgehead>
    46 
    47       <bridgehead renderas="sect5">Required</bridgehead>
    48       <para role="required">
    49         <xref linkend="perl-importer"/>
    50       </para>
    51 
    5245    </sect3>
    5346
  • general/prog/perl-deps/perl-test2-suite.xml

    r22ab1ba3 rc98cfb2  
    66
    77  <!ENTITY my-download-http "&metacpan_authors;/E/EX/EXODIST/Test2-Suite-&Test2-Suite-version;.tar.gz">
    8   <!ENTITY my-md5sum "5fcc87c264a1e93fe7cb0879a0abae15">
     8  <!ENTITY my-md5sum "b5958ed274ab778fe5681f0c520d05f7">
    99
    1010]>
     
    4747      <bridgehead renderas="sect5">Required</bridgehead>
    4848      <para role="required">
    49         <!-- importer is pulled in by both sub-info and term-table -->
    50         <xref linkend="perl-module-pluggable"/>,
    51         <xref linkend="perl-scope-guard"/>,
    52         <xref linkend="perl-sub-info"/> and
    5349        <xref linkend="perl-term-table"/>
    5450      </para>
Note: See TracChangeset for help on using the changeset viewer.