source: general/prog/perl-modules/perl-test-differences.xml@ 4392a40

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
Last change on this file since 4392a40 was 4392a40, checked in by Ken Moffat <ken@…>, 5 years ago

Change all new-perl- items to perl- now that the corresponding items in the old perl-modules.xml are no-longer present.

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

  • Property mode set to 100644
File size: 2.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../../general.ent">
5 %general-entities;
6
7 <!ENTITY my-download-http "&perl_authors;/id/D/DC/DCANTRELL/Test-Differences-&Test-Differences-version;.tar.gz">
8 <!ENTITY my-md5sum "ecfda620fe133e36a6e392d94ab8424d">
9
10 <!ENTITY Test-Differences-download-http "&perl_authors;/id/D/DC/DCANTRELL/Test-Differences-&Test-Differences-version;.tar.gz">
11 <!ENTITY Test-Differences-md5sum "ecfda620fe133e36a6e392d94ab8424d">
12]>
13
14 <!-- Begin Test::Differences -->
15 <sect2 id="perl-test-differences" xreflabel="Test-Differences-&Test-Differences-version;">
16
17 <title>Test::Differences-&Test-Differences-version;</title>
18
19 <indexterm zone="perl-test-differences">
20 <primary sortas="a-Test-Differences">Test::Differences</primary>
21 </indexterm>
22
23 <sect3 role="package">
24 <title>Introduction to Test::Differences</title>
25
26 <para>
27 Test::Differences tests strings and data structures and shows the
28 differences if they do not match.
29 </para>
30
31 &lfs83_checked;
32
33 <bridgehead renderas="sect4">Package Information</bridgehead>
34 <itemizedlist spacing="compact">
35 <listitem>
36 <para>
37 Download (HTTP): <ulink url="&my-download-http;"/>
38 </para>
39 </listitem>
40 <listitem>
41 <para>
42 Download MD5 sum: &my-md5sum;
43 </para>
44 </listitem>
45 </itemizedlist>
46
47 <bridgehead renderas="sect4">Test::Differences Dependencies</bridgehead>
48
49 <bridgehead renderas="sect5">Required</bridgehead>
50 <para role="required">
51 <xref linkend="perl-text-diff"/>,
52 </para>
53
54 <bridgehead renderas="sect5">Recommended (required for the testsuite)</bridgehead>
55 <para role="recommended">
56 <xref linkend="perl-capture-tiny"/>
57 </para>
58
59 </sect3>
60
61 <sect3 role="installation">
62 <title>Installation of Test::Differences</title>
63
64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
65 href="../../../xincludes/perl-standard-install.xml"/>
66
67 </sect3>
68
69 </sect2>
Note: See TracBrowser for help on using the repository browser.