mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
102 lines
2.9 KiB
XML
102 lines
2.9 KiB
XML
<?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;
|
|
|
|
|
|
<!ENTITY my-download-http "&metacpan_authors;/L/LE/LEONT/Module-Build-&Module-Build-version;.tar.gz">
|
|
<!ENTITY my-md5sum "144885f1cbaf9420017bbed696ec6b83">
|
|
|
|
]>
|
|
|
|
<!-- Begin Module::Build -->
|
|
<sect2 id="perl-module-build" xreflabel="Module-Build-&Module-Build-version;">
|
|
|
|
<title>Module::Build-&Module-Build-version;</title>
|
|
|
|
<indexterm zone="perl-module-build">
|
|
<primary sortas="a-Module-Build">Module::Build</primary>
|
|
</indexterm>
|
|
|
|
|
|
<sect3 role="package">
|
|
<title>Introduction to Module::Build</title>
|
|
|
|
<para>
|
|
Module::Build allows perl modules to be built without a
|
|
<command>make</command> command being present.
|
|
</para>
|
|
|
|
&lfs113_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>
|
|
|
|
<!-- Dependencies: It warns that the optional fetature inc_bundling_support
|
|
is disabled because inc::latest is not installed : that is experimental
|
|
(originally part of Module::Build itself) and is not useful except for
|
|
people who create CPAN distributions. -->
|
|
|
|
</sect3>
|
|
|
|
<sect3 role="installation">
|
|
<title>Installation of Module::Build</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../../xincludes/perl-standard-install.xml"/>
|
|
|
|
<para>
|
|
Note that this module can also be built using
|
|
<filename>Build.PL</filename>
|
|
</para>
|
|
|
|
</sect3>
|
|
|
|
<sect3 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
config_data
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="config-data-prog">
|
|
<term><command>config_data</command></term>
|
|
<listitem>
|
|
<para>
|
|
is used to query or change the configuration of perl modules
|
|
</para>
|
|
<indexterm zone="perl-module-build config-data-prog">
|
|
<primary sortas="b-config-data">config_data</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|