blob: c82ccd7521eb66274375a020067d48f7fb441f95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
<?xml version="1.0" encoding="UTF-8"?>
<!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;/S/SI/SIMONW/Module-Pluggable-&Module-Pluggable-version;.tar.gz">
<!ENTITY my-md5sum "87ce2971662efd0b69a81bb4dc9ea76c">
]>
<!-- Begin Module::Pluggable -->
<sect2 id="perl-module-pluggable" xreflabel="Module-Pluggable-&Module-Pluggable-version;">
<title>Module::Pluggable-&Module-Pluggable-version;</title>
<indexterm zone="perl-module-pluggable">
<primary sortas="a-Module-Pluggable">Module::Pluggable</primary>
</indexterm>
<sect3 role="package">
<title>Introduction to Module::Pluggable</title>
<para>
Module::Pluggable provides a way of having 'plugins' for your module.
</para>
&lfs121_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>
<sect3 role="installation">
<title>Installation of Module::Pluggable</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../../xincludes/perl-standard-install.xml"/>
</sect3>
</sect2>
|