Changeset e84e0b6 for general/prog


Ignore:
Timestamp:
09/23/2018 10:29:11 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:
5a7f33e
Parents:
ffed4383
Message:

Trunk: Perl module Data::Uniqid does not need the patch to comment out a test. Although a test still fails and reports an error, the status is zero.

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

File:
1 edited

Legend:

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

    rffed4383 re84e0b6  
    546546
    547547    <para>This module provides three simple routines for generating unique IDs.
    548     It uses the standard <xref linkend="perl-standard-install"/> but requires
    549     a patch because one of its tests fails in recent builds.</para>
    550 
    551       <bridgehead renderas="sect4">Additional Download</bridgehead>
    552       <itemizedlist spacing="compact">
    553         <listitem>
    554           <para>
    555             Required patch:
    556             <ulink url="&patch-root;/Data-Uniqid-&Data-Uniqid-version;-disable_failing_test-1.patch"/>
    557           </para>
    558         </listitem>
    559       </itemizedlist>
     548    It uses the standard <xref linkend="perl-standard-install"/>.</para>
     549
     550    <para>Although the final test fails and reports an Error, the testsuite
     551    returns a status of 0. This error can safely be ignored.</para>
    560552
    561553    <!-- Data-Uniqid -->
Note: See TracChangeset for help on using the changeset viewer.