Changeset 45b8c95


Ignore:
Timestamp:
09/19/2018 01:15:01 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
565f08e
Parents:
a81545c5
Message:

perl modules branch: Move Module::Build from perl-modules/ to perl-deps/ - it is only needed as a dependency of other modules.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20512 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/prog/new-perl-modules.xml

    ra81545c5 r45b8c95  
    120120      <listitem>
    121121        <para>
    122           <xref linkend="new-perl-module-build"/>
    123         </para>
    124       </listitem>
    125       <listitem>
    126         <para>
    127122          <xref linkend="new-perl-net-dns"/>
    128123        </para>
     
    190185
    191186  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    192     href="perl-modules/perl-module-build.xml"/>
    193 
    194   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    195187    href="perl-modules/perl-net-dns.xml"/>
    196188
  • general/prog/perl-deps.xml

    ra81545c5 r45b8c95  
    108108      <listitem>
    109109        <para>
     110          <xref linkend="new-perl-module-build"/>
     111        </para>
     112      </listitem>
     113      <listitem>
     114        <para>
    110115          <xref linkend="perl-net-ssleay"/>
    111116        </para>
     
    194199
    195200  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     201    href="perl-deps/perl-module-build.xml"/>
     202
     203  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    196204    href="perl-deps/perl-sub-identify.xml"/>
    197205
  • general/prog/perl-deps/perl-module-build.xml

    ra81545c5 r45b8c95  
    66
    77
    8   <!ENTITY my-download-http "&perl_authors;/id/L/LE/LEONT/Module-Build-&Module-Build-version;.tar.gz">
     8  <!ENTITY my-download-http "&metacpan_authors;/L/LE/LEONT/Module-Build-&Module-Build-version;.tar.gz">
    99  <!ENTITY my-md5sum "b74c2f6e84b60aad3a3defd30b6f0f4d">
    1010
  • packages.ent

    ra81545c5 r45b8c95  
    389389<!ENTITY LWP-version                  "6.35">
    390390<!ENTITY LWP-Protocol-https-version   "6.07">
    391 <!ENTITY Module-Build-version         "0.4224">
     391<!-- Module::Build has been "demoted" to only a
     392   dependenccy of other modules
     393<!ENTITY Module-Build-version         "0.4224"> -->
    392394<!ENTITY Net-DNS-version              "1.17">
    393395<!ENTITY Parse-Yapp-version           "1.21">
     
    419421<!ENTITY IO-HTML-version              "1.001">
    420422<!ENTITY LWP-MediaTypes-version       "6.02">
     423<!ENTITY Module-Build-version         "0.4224">
    421424<!ENTITY Net-SSLeay-version           "1.85">
    422425<!ENTITY Sub-Identify-version         "0.14">
  • pst/typesetting/biber.xml

    ra81545c5 r45b8c95  
    135135      <!-- LWP::Simple is part of libwww-perl,
    136136      that is pulled in by LWP::Protocol::https -->
    137       <!-- Module::Build is pulled in by perl-text-bibtex, but mention it explicitly
    138       so that the note on automatically installing missing dependencies can be run -->
    139       <xref linkend="new-perl-module-build"/>
     137      <!-- Module::Build is no-longer a direct dependency, and now that it can be
     138      built using jsut the standard instructions, it does not need to be mentioned -->
    140139      <!-- Mozilla::CA is a dependency of LWP-Protocol-https -->
    141140      <xref linkend="perl-perlio-utf8_strict"/>
Note: See TracChangeset for help on using the changeset viewer.