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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 456a96b was 456a96b, checked in by Ken Moffat <ken@…>, 4 years ago

Add the perl-clone page.

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

  • Property mode set to 100644
File size: 1.8 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 -->
11 <!ENTITY my-md5sum "393d2c45792854ad43eeaf172cb3dbb6">
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 &lfs90_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 </sect3>
48
49 <!-- omit dependencies if not needed.
50 With Clone-0.43 B::COW is claimed to be needed, but not referenced in the
51 installed module. It is referenced in test, but they all pass without it. -->
52
53 <sect3 role="installation">
54 <title>Installation of Clone</title>
55
56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
57 href="../../../xincludes/perl-standard-install.xml"/>
58
59 </sect3>
60
61 </sect2>
Note: See TracBrowser for help on using the repository browser.