source: general/prog/perl-modules/perl-module-build.xml@ 9ab3e85

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 9ab3e85 was 9ab3e85, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Some tags and a package update

Update to IO::Socket::SSL-2.072

  • Property mode set to 100644
File size: 2.9 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 "066b193e461d7dfe1eca17a139353001">
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 &lfs110_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 <!-- Dependencies: It warns that the optional fetature inc_bundling_support
48 is disabled because inc::latest is not installed : that is experimental
49 (originally part of Module::Build itself) and is not useful except for
50 people who create CPAN distributions. -->
51
52 </sect3>
53
54 <sect3 role="installation">
55 <title>Installation of Module::Build</title>
56
57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
58 href="../../../xincludes/perl-standard-install.xml"/>
59
60 <para>
61 Note that this module can also be built using
62 <filename>Build.PL</filename>
63 </para>
64
65 </sect3>
66
67 <sect3 role="content">
68 <title>Contents</title>
69
70 <segmentedlist>
71 <segtitle>Installed Programs</segtitle>
72
73 <seglistitem>
74 <seg>
75 config_data
76 </seg>
77 </seglistitem>
78 </segmentedlist>
79
80 <variablelist>
81 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
82 <?dbfo list-presentation="list"?>
83 <?dbhtml list-presentation="table"?>
84
85 <varlistentry id="config-data-prog">
86 <term><command>config_data</command></term>
87 <listitem>
88 <para>
89 is used to query or change the configuration of perl modules
90 </para>
91 <indexterm zone="perl-module-build config-data-prog">
92 <primary sortas="b-config-data">config_data</primary>
93 </indexterm>
94 </listitem>
95 </varlistentry>
96
97 </variablelist>
98
99 </sect3>
100
101 </sect2>
Note: See TracBrowser for help on using the repository browser.