source: general/prog/perl-deps.xml@ 5253ecb9

perl-modules
Last change on this file since 5253ecb9 was 5253ecb9, checked in by Ken Moffat <ken@…>, 6 years ago

perl modules branch: add XML-Simple with deps, noting that XML-SAX-Expat is a valid optional dep, it gets used to provide yet another parser, and tests using it are run if it is present. For dependencies in general, comment them where pulled in by another dep, instead of showing everything.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20496 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.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<sect1 id="perl-deps" xreflabel="Subsidiary Perl Modules">
9 <?dbhtml filename="perl-deps.html" ?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>Subsidiary Perl Modules</title>
17
18 <indexterm zone="new-perl-modules">
19 <primary sortas="a-perl-deps">Perl Dependencies</primary>
20 </indexterm>
21
22 <sect2 role="package">
23 <title>Perl Modules which are only required by other modules</title>
24
25 <para>
26 The modules on the previous page are referenced from other pages in BLFS,
27 but these modules are only in the book as dependencies of other modules.
28 If you use the CPAN install method, you do not need to read this page.
29 </para>
30
31 <para>
32 The BLFS editors pay much less attention to these modules, and the
33 versions will not be regularly reviewed. In all cases, only the required or
34 recommended dependencies are listed - there might be other modules which
35 allow more tests to be run, but omitting them will still allow the tests to
36 <literal>PASS</literal>.
37 </para>
38
39 <note>
40 <para>
41 The links on this page (to metacpan.org) should go to "known good"
42 versions, for which their dependencies are correct. If you wish to use a
43 later version, please check the Changes file at https://metacpan.org -
44 sometimes added dependencies are listed, other times not. Some of these
45 modules have very frequent updates, often bringing different dependencies.
46 <!-- FIXME - change or comment this when necessary -->
47 The linked metacpan.org versions below are known to build and work with
48 the module versions in BLFS-8.3
49 </para>
50
51 <para>
52 However, if you notice that the Changes file for a newer version than is
53 in the current development book reports a fix for a security issue, please
54 report this to either the blfs-dev or the blfs-support list.
55 </para>
56
57 <para>
58 Similarly, if you discover that an updated module on the previous page
59 needs an extra dependency, please report this.
60 </para>
61 </note>
62
63 <para condition="html" role="usernotes">User Notes:
64 <ulink url="&blfs-wiki;/perl-modules"/>
65 </para>
66
67 <itemizedlist spacing="compact">
68 <listitem>
69 <para>
70 <xref linkend="new-perl-capture-tiny"/>
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 <xref linkend="perl-config-autoconf"/>
76 </para>
77 </listitem>
78 <listitem>
79 <para>
80 <xref linkend="perl-extutils-libbuilder"/>
81 </para>
82 </listitem>
83 <listitem>
84 <para>
85 <xref linkend="new-perl-sub-identify"/>
86 </para>
87 </listitem>
88 <listitem>
89 <para>
90 <xref linkend="perl-super"/>
91 </para>
92 </listitem>
93 <listitem>
94 <para>
95 <xref linkend="perl-test-mockmodule"/>
96 </para>
97 </listitem>
98 <listitem>
99 <para>
100 <xref linkend="new-perl-test-warnings"/>
101 </para>
102 </listitem>
103 <listitem>
104 <para>
105 <xref linkend="perl-xml-namespacesupport"/>
106 </para>
107 </listitem>
108 <listitem>
109 <para>
110 <xref linkend="new-perl-xml-sax"/>
111 </para>
112 </listitem>
113 <listitem>
114 <para>
115 <xref linkend="perl-xml-sax-base"/>
116 </para>
117 </listitem>
118 <listitem>
119 <para>
120 <xref linkend="perl-xml-sax-expat"/>
121 </para>
122 </listitem>
123 </itemizedlist>
124 </sect2>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="perl-deps/perl-capture-tiny.xml"/>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="perl-deps/perl-config-autoconf.xml"/>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="perl-deps/perl-extutils-libbuilder.xml"/>
134
135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
136 href="perl-deps/perl-sub-identify.xml"/>
137
138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="perl-deps/perl-super.xml"/>
140
141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
142 href="perl-deps/perl-test-mockmodule.xml"/>
143
144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
145 href="perl-deps/perl-test-warnings.xml"/>
146
147 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
148 href="perl-deps/perl-xml-namespacesupport.xml"/>
149
150 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
151 href="perl-deps/perl-xml-sax.xml"/>
152
153 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
154 href="perl-deps/perl-xml-sax-base.xml"/>
155
156 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
157 href="perl-deps/perl-xml-sax-expat.xml"/>
158
159</sect1>
Note: See TracBrowser for help on using the repository browser.