Changeset e513dde


Ignore:
Timestamp:
10/18/2018 09:45:17 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
96d8af8
Parents:
6201485
Message:

Remove the deps from perl module Test::utf8 and use the 'unsafe' install, it ships with a copy of Module::Install in @INC.

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

Files:
2 edited

Legend:

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

    r6201485 re513dde  
    576576    <para>DateTime provides a date and time object for perl.
    577577    It and its dependencies use the standard
    578     <xref linkend="perl-standard-install"/> except for those needing
    579     <xref linkend="perl-module-build"/>, which use
     578    <xref linkend="perl-standard-install"/> except that Test::utf8
     579    uses the 'unsafe' variant, and those which need
     580    <xref linkend="perl-module-build"/> use
    580581    <xref linkend="perl-build-install"/>.</para>
    581582
     
    777778                          <listitem><literallayout><ulink url="https://cpan.metacpan.org/authors/id/M/MA/MARKF/Test-utf8-1.01.tar.gz">Test::utf8</ulink>
    778779(https://cpan.metacpan.org/authors/id/M/MA/MARKF/Test-utf8-1.01.tar.gz)</literallayout>
    779                             <itemizedlist><!-- deps for Test-utf8 -->
    780                               <listitem><literallayout><ulink url="https://cpan.metacpan.org/authors/id/E/ET/ETHER//Module-Install-1.19.tar.gz">Module::Install</ulink>
    781 (https://cpan.metacpan.org/authors/id/E/ET/ETHER//Module-Install-1.19.tar.gz)</literallayout>
    782                                 <itemizedlist><!-- deps for Module-Install -->
    783                                   <listitem><literallayout><ulink url="https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/File-Remove-1.57.tar.gz">File::Remove</ulink>
    784 (https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/File-Remove-1.57.tar.gz)</literallayout>
    785                                   </listitem>
    786                                   <listitem><literallayout><ulink url="https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/Module-ScanDeps-1.24.tar.gz">Module::ScanDeps</ulink>
    787 (https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/Module-ScanDeps-1.24.tar.gz)</literallayout>
    788                                     <itemizedlist><!-- deps for Module-ScanDeps -->
    789                                       <listitem>
    790                                         <para>
    791                                           <xref linkend="perl-test-requires"/>
    792                                         </para>
    793                                       </listitem>
    794                                     </itemizedlist> <!-- end of deps for Module-ScanDeps -->
    795                                   </listitem>
    796                                   <listitem><literallayout><ulink url="https://cpan.metacpan.org/authors/id/E/ET/ETHER/YAML-Tiny-1.73.tar.gz">YAML::Tiny</ulink>
    797 (https://cpan.metacpan.org/authors/id/E/ET/ETHER/YAML-Tiny-1.73.tar.gz)</literallayout>
    798                                   </listitem>
    799                                 </itemizedlist> <!-- end of deps for Module-Install -->
    800                               </listitem>
    801                             </itemizedlist> <!-- end of deps for Test-utf8 -->
    802780                          </listitem>
    803781                        </itemizedlist> <!-- end of deps for Test-File -->
  • introduction/welcome/changelog.xml

    r6201485 re513dde  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Perl modules : deps of Test::utf8 are bogus, it ships
     49          with a local copy of Module::Install and needs the unsafe variant of
     50          the standard install. Fixes
     51          <ulink url="&blfs-ticket-root;11260">#11260</ulink>.</para>
     52        </listitem>
     53        <listitem>
    4854          <para>[ken] - Update to rustc-1.29.2. Fixes
    4955          <ulink url="&blfs-ticket-root;11254">#11254</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.