Changeset 075591aa


Ignore:
Timestamp:
06/27/2016 11:37:20 PM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, nosym, 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:
ef197621
Parents:
567dc7d8
Message:

List::AllUtils - Remove now-antiquated example command to test for an old system module.

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

File:
1 edited

Legend:

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

    r567dc7d8 r075591aa  
    937937    <xref linkend="perl-standard-install"/>.</para>
    938938
    939     <para>This package will fail (tests, but not for any obvious reason, and at
    940     runtime) if the core module List::Util is older than 1.31, as happens with
    941     e.g. with perl-5.18.2 from LFS-7.5. To test the version, you can run the
    942     following command</para>
    943     <!-- use para and literallayout to avoid line break in the long path -->
    944     <para><literallayout><command>strings /usr/lib/perl5/5.*/*/auto/List/Util/Util.so |
    945     grep -E '^[[:digit:]]\.[[:digit:]]+'</command></literallayout></para>
    946     <para>and if necessary install
    947     <ulink url="http://search.cpan.org/dist/Scalar-List-Utils/">Scalar::List::Utils</ulink>
    948     (http://search.cpan.org/dist/Scalar-List-Utils/) to get a newer version of
    949     that module without updating all of <application>perl</application>.</para>
    950 
    951939    &lfs79_checked;&gcc6_checked;
    952940
Note: See TracChangeset for help on using the changeset viewer.