glfs/general/prog/perl-deps/perl-clone.xml
2024-02-16 18:57:03 -06:00

66 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!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;
<!-- but for modules which are only dependencies of other modules, put them in
general/pprog/perl-deps with a link to &metacpan_authors; that includes the /id part -->
<!ENTITY my-download-http "&metacpan_authors;/G/GA/GARU/Clone-&Clone-version;.tar.gz">
<!-- only one of the above choices -->
<!ENTITY my-md5sum "cafa8984a2c2e005e54b27dd1e3f0afe">
]>
<!-- Begin Clone -->
<sect2 id="perl-clone" xreflabel="Clone-&Clone-version;">
<title>Clone-&Clone-version;</title>
<indexterm zone="perl-clone">
<primary sortas="a-Clone">Clone</primary>
</indexterm>
<sect3 role="package">
<title>Introduction to Clone</title>
<para>
Clone recursively copies perl datatypes.
</para>
&lfs121_checked;
<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">Clone Dependencies</bridgehead>
<bridgehead renderas="sect5">Recommended (required for the test suite)</bridgehead>
<para role="recommended">
<xref linkend="perl-b-cow"/>
</para>
</sect3>
<sect3 role="installation">
<title>Installation of Clone</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../../xincludes/perl-standard-install.xml"/>
</sect3>
</sect2>