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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c0aa452 was c0aa452, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Temporary commit to allow th ebook to render

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23461 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 1.9 KB
RevLine 
[456a96b]1<?xml version="1.0" encoding="ISO-8859-1"?>
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;/A/AT/ATOOMIC/Clone-&Clone-version;.tar.gz">
10 <!-- only one of the above choices -->
[5962f97]11 <!ENTITY my-md5sum "b101333499b638658f89e29458cd83c0">
[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
[c6fc9b28]31 &lfs91_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
49 <bridgehead renderas="sect5">Recommended (required for the testsuite)</bridgehead>
50 <para role="recommended">
[c0aa452]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.