glfs/general/prog/perl-deps/perl-clone.xml
Ken Moffat 456a96b336 Add the perl-clone page.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22499 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-12-21 13:02:32 +00:00

62 lines
1.8 KiB
XML

<?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;
<!-- 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;/A/AT/ATOOMIC/Clone-&Clone-version;.tar.gz">
<!-- only one of the above choices -->
<!ENTITY my-md5sum "393d2c45792854ad43eeaf172cb3dbb6">
]>
<!-- 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>
&lfs90_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>
</sect3>
<!-- omit dependencies if not needed.
With Clone-0.43 B::COW is claimed to be needed, but not referenced in the
installed module. It is referenced in test, but they all pass without it. -->
<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>