source: general/prog/perl-deps/perl-clone.xml@ 0fa6d836

12.1 ken/TL2024 lazarus trunk xry111/llvm18
Last change on this file since 0fa6d836 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
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 -->
9 <!ENTITY my-download-http "&metacpan_authors;/G/GA/GARU/Clone-&Clone-version;.tar.gz">
10 <!-- only one of the above choices -->
11 <!ENTITY my-md5sum "cafa8984a2c2e005e54b27dd1e3f0afe">
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
31 &lfs121_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">Clone Dependencies</bridgehead>
48
49 <bridgehead renderas="sect5">Recommended (required for the test suite)</bridgehead>
50 <para role="recommended">
51 <xref linkend="perl-b-cow"/>
52
53 </para>
54
55 </sect3>
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.