source: general/prog/perl-modules/perl-module-build.xml@ 7d65f30

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 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 7d65f30 was 7ee3d2dc, checked in by Ken Moffat <ken@…>, 5 years ago

tags

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

  • Property mode set to 100644
File size: 2.6 KB
Line 
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
8 <!ENTITY my-download-http "&metacpan_authors;/L/LE/LEONT/Module-Build-&Module-Build-version;.tar.gz">
9 <!ENTITY my-md5sum "1447d9e02e63f7a1643986789a8f1ba9">
10
11]>
12
13 <!-- Begin Module::Build -->
14 <sect2 id="perl-module-build" xreflabel="Module-Build-&Module-Build-version;">
15
16 <title>Module::Build-&Module-Build-version;</title>
17
18 <indexterm zone="perl-module-build">
19 <primary sortas="a-Module-Build">Module::Build</primary>
20 </indexterm>
21
22
23 <sect3 role="package">
24 <title>Introduction to Module::Build</title>
25
26 <para>
27 Module::Build allows perl modules to be built without a
28 <command>make</command> command being present.
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 <sect3 role="installation">
50 <title>Installation of Module::Build</title>
51
52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
53 href="../../../xincludes/perl-standard-install.xml"/>
54
55 <para>
56 Note that this module can also be built using
57 <filename>Build.PL</filename>
58 </para>
59
60 </sect3>
61
62 <sect3 role="content">
63 <title>Contents</title>
64
65 <segmentedlist>
66 <segtitle>Installed Programs</segtitle>
67
68 <seglistitem>
69 <seg>
70 config_data
71 </seg>
72 </seglistitem>
73 </segmentedlist>
74
75 <variablelist>
76 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
77 <?dbfo list-presentation="list"?>
78 <?dbhtml list-presentation="table"?>
79
80 <varlistentry id="config-data-prog">
81 <term><command>config_data</command></term>
82 <listitem>
83 <para>
84 is used to query or change the configuration of perl modules.
85 </para>
86 <indexterm zone="perl-module-build config-data-prog">
87 <primary sortas="b-config-data">config_data</primary>
88 </indexterm>
89 </listitem>
90 </varlistentry>
91
92 </variablelist>
93
94 </sect3>
95
96 </sect2>
Note: See TracBrowser for help on using the repository browser.