2018-11-18 07:06:15 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY my-download-http "&metacpan_authors;/K/KE/KENTNL/Test-File-ShareDir-&Test-File-ShareDir-version;.tar.gz">
|
|
|
|
<!ENTITY my-md5sum "ec31466aa44c1cd56c6cb51d7ec3a5de">
|
|
|
|
|
|
|
|
]>
|
|
|
|
|
|
|
|
<!-- Begin Test::File::ShareDir -->
|
2018-11-18 07:50:19 +08:00
|
|
|
<sect2 id="perl-test-file-sharedir" xreflabel="Test-File-ShareDir-&Test-File-ShareDir-version;">
|
2018-11-18 07:06:15 +08:00
|
|
|
|
|
|
|
<title>Test::File::ShareDir-&Test-File-ShareDir-version;</title>
|
|
|
|
|
2018-11-18 07:50:19 +08:00
|
|
|
<indexterm zone="perl-test-file-sharedir">
|
2018-11-18 07:06:15 +08:00
|
|
|
<primary sortas="a-Test-File-ShareDir">Test::File::ShareDir</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect3 role="package">
|
|
|
|
<title>Introduction to Test::File::ShareDir</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Test::File::ShareDir is some low level plumbing to enable a distribution
|
|
|
|
to perform tests while consuming its own share directories in a manner
|
|
|
|
similar to how they will be once installed. This allows <xref
|
2018-11-18 07:50:19 +08:00
|
|
|
linkend="perl-file-sharedir"/> to see the latest version of content
|
2018-11-18 07:06:15 +08:00
|
|
|
instead of whatever is installed on the target system where you are
|
|
|
|
testing.
|
|
|
|
</para>
|
|
|
|
|
2021-08-28 08:08:59 +08:00
|
|
|
&lfs110a_checked;
|
2018-11-18 07:06:15 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&my-download-http;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download MD5 sum: &my-md5sum;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Test::File::ShareDir Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect5">Required</bridgehead>
|
|
|
|
<para role="required">
|
2018-11-18 07:50:19 +08:00
|
|
|
<xref linkend="perl-class-tiny"/>,
|
|
|
|
<xref linkend="perl-file-copy-recursive"/>,
|
|
|
|
<xref linkend="perl-file-sharedir"/>,
|
|
|
|
<xref linkend="perl-path-tiny"/> and
|
|
|
|
<xref linkend="perl-scope-guard"/>
|
2018-11-18 07:06:15 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect5">Recommended (required for the testsuite)</bridgehead>
|
|
|
|
<para role="recommended">
|
2018-11-18 07:50:19 +08:00
|
|
|
<xref linkend="perl-test-fatal"/>
|
2018-11-18 07:06:15 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3 role="installation">
|
|
|
|
<title>Installation of Test::File::ShareDir</title>
|
|
|
|
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
href="../../../xincludes/perl-standard-install.xml"/>
|
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|