Changeset 1f01e5ee


Ignore:
Timestamp:
11/11/2018 10:01:27 PM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
a14fafbd
Parents:
1bbf621
Message:

Perl modules branch: Although Class::Factory::Util *can* be built using perl Makefile.PL, that tests to see if Module::Build exists, and if not, asks if it should be downloaded from cpan, and hangs if in a script. Add that dependency, and invoke Build directly.

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

Files:
2 edited

Legend:

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

    r1bbf621 r1f01e5ee  
    4343      </itemizedlist>
    4444
     45      <bridgehead renderas="sect4">Class::Factory::Util Dependencies</bridgehead>
     46
     47      <bridgehead renderas="sect5">Required</bridgehead>
     48      <para role="required">
     49        <xref linkend="new-perl-module-build"/>
     50      </para>
     51
    4552    </sect3>
    4653
     
    4855      <title>Installation of Class::Factory::Util</title>
    4956
     57      <!-- Although this package can be installed using perl Makefile.PL,
     58           that actually invokes perl Build.PL so it seems clearer to
     59           specifically use that. -->
     60
    5061      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    51                   href="../../../xincludes/perl-standard-install.xml"/>
     62                  href="../../../xincludes/perl-build-install.xml"/>
    5263
    5364    </sect3>
  • template/template-perl-module.xml

    r1bbf621 r1f01e5ee  
    6666      <para role="required">
    6767        <xref linkend="perl-bar-baz"/>,
    68         <!-- perl-bar-baz pulls in perl-mojotasticity for the testsuite -->
     68        <!-- perl-bar-baz pulls in perl-mojotasticity -->
    6969        <xref linkend="perl-wibble"/> and
    70         <xref linkend="new-perl-wobble"/>
     70        <xref linkend="perl-wobble"/>
     71
     72      <bridgehead renderas="sect5">Required (for the testsuite)</bridgehead>
     73      <para role="recommended">
     74        <xref linkend="perl-silly"/>,
     75        <!-- perl-silly pulls in perl-bar-eejit for its own testsuite -->
     76        <xref linkend="perl-teststuff"/>
     77
    7178      </para>
    7279
Note: See TracChangeset for help on using the changeset viewer.