source: general/prog/perl-deps/perl-clone.xml

trunk
Last change on this file was 5d0e7b8, checked in by Douglas R. Reno <renodr@…>, 2 months ago

A bunch of tags

  • Property mode set to 100644
File size: 1.8 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[456a96b]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 <!-- but for modules which are only dependencies of other modules, put them in
8 general/pprog/perl-deps with a link to &metacpan_authors; that includes the /id part -->
[9fea048]9 <!ENTITY my-download-http "&metacpan_authors;/G/GA/GARU/Clone-&Clone-version;.tar.gz">
[456a96b]10 <!-- only one of the above choices -->
[9fea048]11 <!ENTITY my-md5sum "cafa8984a2c2e005e54b27dd1e3f0afe">
[456a96b]12
13]>
14
15 <!-- Begin Clone -->
16 <sect2 id="perl-clone" xreflabel="Clone-&Clone-version;">
17
18 <title>Clone-&Clone-version;</title>
19
20 <indexterm zone="perl-clone">
21 <primary sortas="a-Clone">Clone</primary>
22 </indexterm>
23
24 <sect3 role="package">
25 <title>Introduction to Clone</title>
26
27 <para>
28 Clone recursively copies perl datatypes.
29 </para>
30
[5d0e7b8]31 &lfs121_checked;
[456a96b]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
[5962f97]47 <bridgehead renderas="sect4">Clone Dependencies</bridgehead>
48
[48771ae]49 <bridgehead renderas="sect5">Recommended (required for the test suite)</bridgehead>
[5962f97]50 <para role="recommended">
[945a5d3]51 <xref linkend="perl-b-cow"/>
[456a96b]52
[5962f97]53 </para>
54
55 </sect3>
[456a96b]56
57 <sect3 role="installation">
58 <title>Installation of Clone</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.