mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
c98cfb212f
Update to Term-Table-0.018, version 0.017 dropped Importer. Update to Test2-Suite-0.000159, version 0.000151 dropped both Scope-Guard and Term-Table and made Module-Pluggable optional. Scope-Guard is still current and needed by Test-File-ShareDir but Importer and Module-Pluggable are no-longer needed, and archived. Apart from B-Hooks-EndOfScope (to follow), all the remainder have unchanged dependencies.
55 lines
1.6 KiB
XML
55 lines
1.6 KiB
XML
<?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>
|