source: general/prog/perl-modules/perl-test-differences.xml@ 66b9b3a

perl-modules
Last change on this file since 66b9b3a was 66b9b3a, checked in by Ken Moffat <ken@…>, 5 years ago

perl modules branch: One more fix - Test::Differences uses Text::Diff at runtime, not just for its testsuite.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20686 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 2.1 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="new-perl-test-differences" xreflabel="Test-Differences-&Test-Differences-version;">
16
17 <title>Test::Differences-&Test-Differences-version;</title>
18
19 <indexterm zone="new-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"/>, also
52 <xref linkend="new-perl-capture-tiny"/> (the latter for the testsuite)
53 </para>
54
55 </sect3>
56
57 <sect3 role="installation">
58 <title>Installation of Test::Differences</title>
59
60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
61 href="../../../xincludes/perl-standard-install.xml"/>
62
63 </sect3>
64
65 </sect2>
Note: See TracBrowser for help on using the repository browser.