Changeset 651878e


Ignore:
Timestamp:
02/11/2017 08:07:01 PM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
0678713
Parents:
f9d1eb1
Message:

Add missing perl module dependencies for biber-2.6: ExtUtils::LibBuilder should not have been removed, and I omitted Test2::Plugin::NoWarnings. Fixes r17901.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-core-modules.txt

    rf9d1eb1 r651878e  
    3737Exporter
    3838ExtUtils::CBuilder
    39 ExtUtils::LibBuilder
    4039ExtUtils::MakeMaker
    4140ExtUtils::MM_Unix
  • general/prog/perl-modules.xml

    rf9d1eb1 r651878e  
    664664                    </itemizedlist> <!-- end of deps for Exception::Class -->
    665665                  </listitem>
    666                   <!-- Test2::Bundle::Extended and Test2::Require::Module are from Test2-Suite -->
    667                   <listitem><literallayout><ulink url="http://search.cpan.org/dist/Test2-Suite/">Test2::Suite</ulink>
    668 (http://seach.cpan.org/dist/Test2-Suite/) (for the testsuite)</literallayout>
    669                     <itemizedlist> <!-- deps for Test2::Suite -->
    670                       <listitem><literallayout><ulink url="http://search.cpan.org/dist/Importer/">Importer</ulink>
     666
     667                  <!-- Test2::Plugin::NoWarnings -->
     668                  <listitem><literallayout><ulink url="http://search.cpan.org/dist/Test2-Plugin-NoWarnings/">Test2::Plugin::NoWarnings</ulink>
     669(http://search.cpan.org/dist/Test2-Plugin-NoWarnings/) (for the testsuite)</literallayout>
     670                    <itemizedlist>
     671 
     672                      <!-- Test2::Bundle::Extended and Test2::Require::Module are from Test2-Suite -->
     673                      <listitem><literallayout><ulink url="http://search.cpan.org/dist/Test2-Suite/">Test2::Suite</ulink>
     674(http://seach.cpan.org/dist/Test2-Suite/)</literallayout>
     675                        <itemizedlist> <!-- deps for Test2::Suite -->
     676                          <listitem><literallayout><ulink url="http://search.cpan.org/dist/Importer/">Importer</ulink>
    671677(http://search.cpan.org/dist/Importer/)</literallayout>
     678                          </listitem>
     679                          <!-- Test2 is part of Test::Simple -->
     680                          <listitem><literallayout><ulink url="http://search.cpan.org/dist/Test-Simple/">Test::Simple</ulink>
     681(http://search.cpan.org/dist/Test-Simple/)</literallayout>
     682                          </listitem>
     683                        </itemizedlist> <!-- end of deps for Test2::Suite -->
    672684                      </listitem>
    673                       <!-- Test2 is part of Test::Simple -->
    674                       <listitem><literallayout><ulink url="http://search.cpan.org/dist/Test-Simple/">Test::Simple</ulink>
    675 (http://search.cpan.org/dist/Test-Simple/)</literallayout>
    676                       </listitem>
    677                     </itemizedlist> <!-- end of deps for Test2::Suite -->
     685 
     686                    </itemizedlist> <!-- end of deps for Test2::Plugin::NoWarnings -->
     687 
    678688                  </listitem>
    679689                  <listitem><literallayout><ulink url="http://search.cpan.org/dist/Test-Without-Module/">Test::Without::Module</ulink>
     
    18251835            </itemizedlist>
    18261836          </listitem>
     1837          <listitem><literallayout><ulink url="http://search.cpan.org/dist/ExtUtils-LibBuilder/">ExtUtils-LibBuilder</ulink>
     1838(http://search.cpan.org/dist/LibBuilder/)
     1839this uses the <xref linkend="perl-build-install"/></literallayout>
     1840            <itemizedlist>
     1841              <listitem>
     1842                <para>
     1843                  <xref linkend="perl-module-build"/>
     1844                </para>
     1845              </listitem>
     1846            </itemizedlist>
     1847          </listitem>
    18271848        </itemizedlist>
    18281849      </listitem>
  • introduction/welcome/changelog.xml

    rf9d1eb1 r651878e  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Correct missing perl module dependencies for
     49          Params::Validation::Compiler and Text::BibTeX (both are on
     50          the dependency chain for biber-2.6).</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[bdubbs] - Update to ffmpeg-3.2.4. Fixes
    4954          <ulink url="&blfs-ticket-root;8867">#8867</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.