glfs/general/prog/perl-deps/perl-class-data-inheritable.xml
2023-08-17 12:39:01 -05:00

57 lines
1.8 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;/R/RS/RSHERER/Class-Data-Inheritable-&Class-Data-Inheritable-version;.tar.gz">
<!ENTITY my-md5sum "bd25ecd6e5d528fbc3783edf1b8facef">
]>
<!-- Begin Class::Data::Inheritable -->
<sect2 id="perl-class-data-inheritable" xreflabel="Class-Data-Inheritable-&Class-Data-Inheritable-version;">
<title>Class::Data::Inheritable-&Class-Data-Inheritable-version;</title>
<indexterm zone="perl-class-data-inheritable">
<primary sortas="a-Class-Data-Inheritable">Class::Data::Inheritable</primary>
</indexterm>
<sect3 role="package">
<title>Introduction to Class::Data::Inheritable</title>
<para>
Class::Data::Inheritable is for creating accessor/mutators to class data.
That is, if you want to store something about your class as a whole
(instead of about a single object).
</para>
&lfs120_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 Class::Data::Inheritable</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../../xincludes/perl-standard-install.xml"/>
</sect3>
</sect2>