Author: ken Date: Sat Dec 21 05:02:32 2019 New Revision: 22499 Log: Add the perl-clone page.
Added: trunk/BOOK/general/prog/perl-deps/perl-clone.xml (contents, props changed) Added: trunk/BOOK/general/prog/perl-deps/perl-clone.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/BOOK/general/prog/perl-deps/perl-clone.xml Sat Dec 21 05:02:32 2019 (r22499) @@ -0,0 +1,61 @@ +<?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> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
