source: general/prog/perl-modules.xml@ 702ee16

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 702ee16 was 702ee16, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated to Test::Prereq-1.030

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5878 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 49.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY perl_modules_md5sums_download_http "&sources-anduin-http;/perl-modules/">
8 <!ENTITY perl_modules_md5sums_download_ftp "&sources-anduin-ftp;/perl-modules/">
9]>
10
11<sect1 id="perl-modules" xreflabel="Perl modules">
12 <?dbhtml filename="perl-modules.html" ?>
13
14 <sect1info>
15 <othername>$LastChangedBy$</othername>
16 <date>$Date$</date>
17 </sect1info>
18
19 <title>Perl Modules</title>
20
21 <indexterm zone="perl-modules">
22 <primary sortas="a-Perl-modules">Perl modules</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Perl Modules</title>
27
28 <para>The <application>Perl</application> module packages add useful
29 objects to the <application>Perl</application> language. Modules utilized
30 by packages throughout BLFS are listed here, along with their dependencies.
31 Installation of the modules shown on this page should be accomplished by
32 installing the listed dependencies (from the bottom and working up to the
33 top) and then the desired module. Most references to
34 <application>Perl</application> modules are in the form of Module,
35 Module::SubName or Module::Sub::Name, though sometimes you'll see Module,
36 Module-SubName or Module-Sub-Name. The references on this page that reflect
37 an external URL are in the latter form, as these are the official package
38 names.</para>
39
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download MD5 sums (HTTP):
43 <ulink url="&perl_modules_md5sums_download_http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sums (FTP):
47 <ulink url="&perl_modules_md5sums_download_ftp;"/></para>
48 </listitem>
49 </itemizedlist>
50
51 <note>
52 <para>Some dependencies, such as the <xref linkend="perl-test-pod"/>
53 module, are used by several of the listed dependencies of the main
54 module and perhaps also the module being installed. Dependencies such as
55 this are only listed once in the dependency chain for each main module
56 (typically near the bottom-most dependency) to avoid redundancy and
57 additional clutter in the instructions.</para>
58 </note>
59
60 <!-- This is info for the Test::Builder::Tester module which may very well
61 be obsolete now. The packages that need it apparently also now need
62 Test::More-0.62 which is a core Perl module in an updated version. To
63 install the Test::More-0.62 version you must install the
64 Test::Simple-0.62 module which will overwrite the Perl core stuff.
65 The Test::Simple-0.62 module now includes the Test::Builder::Tester
66 module. Perl versions starting with Perl-5.9.x will have this module
67 include in the core at which time Test::Builder::Tester can be forever
68 removed from this page as it will then also be a core module.
69
70 <para id="perl-test-builder-tester"><ulink
71 url="http://cpan.org/authors/id/M/MA/MARKF/Test-Builder-Tester-&Test-Builder-Tester-version;.tar.gz">
72 Test-Builder-Tester-&Test-Builder-Tester-version;</ulink></para>
73 <indexterm zone="perl-modules perl-test-builder-tester">
74 <primary sortas="g-Test-Builder-Tester">Test::Builder::Tester</primary>
75 </indexterm>
76 -->
77
78 <!-- Archive::Zip -->
79 <bridgehead renderas="sect3" id="perl-archive-zip"
80 xreflabel="Archive::Zip-&Archive-Zip-version;">
81 Archive::Zip-&Archive-Zip-version;</bridgehead>
82
83 <indexterm zone="perl-modules perl-archive-zip">
84 <primary sortas="g-Archive-Zip">Archive::Zip</primary>
85 </indexterm>
86
87 <para>The Archive::Zip module allows a <application>Perl</application>
88 program to create, manipulate, read, and write Zip archive files. The
89 modules listed below are installed using the standard
90 <application>Perl</application> module
91 <xref linkend="perl-standard-install"/>.</para>
92
93 <itemizedlist spacing='compact'>
94 <listitem>
95 <para><ulink
96 url="http://cpan.org/authors/id/S/SM/SMPETERS/Archive-Zip-&Archive-Zip-version;.tar.gz">
97 Archive-Zip-&Archive-Zip-version;</ulink></para>
98
99 <itemizedlist>
100 <listitem>
101 <para><xref linkend="perl-compress-zlib"/></para>
102 </listitem>
103 <listitem>
104 <para><xref linkend="perl-test-pod"/> (optionally used during the
105 tests)</para>
106 </listitem>
107 </itemizedlist>
108
109 </listitem>
110 </itemizedlist>
111
112 <!-- Compress::Zlib -->
113 <bridgehead renderas="sect3" id="perl-compress-zlib"
114 xreflabel="Compress::Zlib-&Compress-Zlib-version;">
115 Compress::Zlib-&Compress-Zlib-version;</bridgehead>
116
117 <indexterm zone="perl-modules perl-compress-zlib">
118 <primary sortas="g-Compress-Zlib">Compress::Zlib</primary>
119 </indexterm>
120
121 <para>The Compress::Zlib module provides a <application>Perl</application>
122 interface to the <application>Zlib</application> compression library. Most
123 of the functionality provided by <application>Zlib</application> is
124 available in Compress::Zlib. The module can be split into two general areas
125 of functionality, namely in-memory compression/decompression and read/write
126 access to gzip files.</para>
127
128 <note>
129 <para>The Compress::Zlib module requires the following
130 <command>sed</command> after untarring the distribution tarball (before
131 any other build commands) to use the system-installed copy of
132 <application>Zlib</application>.</para>
133
134<screen><userinput>sed -i -e "s|BUILD_ZLIB = True|BUILD_ZLIB = False|" \
135 -e "s|INCLUDE = ./zlib-src|INCLUDE = /usr/include|" \
136 -e "s|LIB = ./zlib-src|LIB = /usr/lib|" \
137 config.in</userinput></screen>
138 </note>
139
140 <itemizedlist spacing='compact'>
141 <listitem>
142 <para><ulink
143 url="http://cpan.org/authors/id/P/PM/PMQS/Compress-Zlib-&Compress-Zlib-version;.tar.gz">
144 Compress-Zlib-&Compress-Zlib-version;</ulink>
145 (<xref linkend="perl-standard-install"/>)</para>
146 </listitem>
147 </itemizedlist>
148
149 <!-- Date::Manip -->
150 <bridgehead renderas="sect3" id="perl-date-manip"
151 xreflabel="Date::Manip-&DateManip-version;">
152 Date::Manip-&DateManip-version;</bridgehead>
153
154 <indexterm zone="perl-modules perl-date-manip">
155 <primary sortas="g-Date-Manip">Date::Manip</primary>
156 </indexterm>
157
158 <para>Date::Manip is a set of routines designed to make any common
159 date/time manipulation easy to do. Operations such as comparing two times,
160 calculating a time a given amount of time from another, or parsing
161 international times are all easily done. From the very beginning, the
162 main focus of Date::Manip has been to be able to do ANY desired date/time
163 operation easily.</para>
164
165 <itemizedlist spacing='compact'>
166 <listitem>
167 <para><ulink
168 url="http://cpan.org/authors/id/S/SB/SBECK/DateManip-&DateManip-version;.tar.gz">
169 DateManip-&DateManip-version;</ulink>
170 (<xref linkend="perl-standard-install"/>)</para>
171 </listitem>
172 </itemizedlist>
173
174 <!-- Finance::Quote -->
175 <bridgehead renderas="sect3" id="perl-finance-quote"
176 xreflabel="Finance::Quote-&Finance-Quote-version;">
177 Finance::Quote-&Finance-Quote-version;</bridgehead>
178
179 <indexterm zone="perl-modules perl-finance-quote">
180 <primary sortas="g-Finance-Quote">Finance::Quote</primary>
181 </indexterm>
182
183 <para>Finance::Quote is used to get stock quotes from various Internet
184 sources, including Yahoo! Finance, Fidelity Investments, and the Australian
185 Stock Exchange. There are two methods of using this module &ndash; a
186 functional interface that is depreciated, and an object-orientated method
187 that provides greater flexibility and stability. With the exception of
188 straight currency exchange rates, all information is returned as a
189 two-dimensional hash (or a reference to such a hash, if called in a scalar
190 context).</para>
191
192 <para>After you've installed the package, issue
193 <command>perldoc Finance::Quote</command> for full information.
194 Alternatively, you can issue <command>perldoc lib/Finance/Quote.pm</command>
195 after unpacking the distribution tarball and changing into the top-level
196 directory. The module and dependencies are installed using the
197 standard <application>Perl</application> module
198 <xref linkend="perl-standard-install"/>.</para>
199
200 <note>
201 <para>To run the regression test suite, you'll need to create a
202 symbolic link to the <filename class='directory'>test</filename>
203 directory using the following command after unpacking the tarball
204 and changing into the root directory of the sources:</para>
205
206<screen><userinput>ln -s test t</userinput></screen>
207
208 <para>Some tests will fail depending on certain conditions. See the
209 <filename>INSTALL</filename> file for full details.</para>
210 </note>
211
212 <itemizedlist spacing='compact'>
213 <listitem>
214 <para><ulink
215 url="http://cpan.org/authors/id/P/PJ/PJF/Finance-Quote-&Finance-Quote-version;.tar.gz">
216 Finance-Quote-&Finance-Quote-version;</ulink></para>
217
218 <itemizedlist>
219 <listitem>
220 <para><xref linkend="perl-html-tableextract"/></para>
221 </listitem>
222 <listitem>
223 <para><xref linkend="perl-lwp"/></para>
224 </listitem>
225 </itemizedlist>
226
227 </listitem>
228 </itemizedlist>
229
230 <!-- Finance::QuoteHist -->
231 <bridgehead renderas="sect3" id="perl-finance-quotehist"
232 xreflabel="Finance::QuoteHist-&Finance-QuoteHist-version;">
233 Finance::QuoteHist-&Finance-QuoteHist-version;</bridgehead>
234
235 <indexterm zone="perl-modules perl-finance-quotehist">
236 <primary sortas="g-Finance-QuoteHist">Finance::QuoteHist</primary>
237 </indexterm>
238
239 <para>The Finance::QuoteHist bundle is several modules designed to fetch
240 historical stock quotes from the web. The module and dependencies are
241 installed using the standard <application>Perl</application> module
242 <xref linkend="perl-standard-install"/>.</para>
243
244 <itemizedlist spacing='compact'>
245 <listitem>
246 <para><ulink
247 url="http://cpan.org/authors/id/M/MS/MSISK/Finance-QuoteHist-&Finance-QuoteHist-version;.tar.gz">
248 Finance-QuoteHist-&Finance-QuoteHist-version;</ulink></para>
249
250 <itemizedlist>
251 <listitem>
252 <para><xref linkend="perl-html-tableextract"/></para>
253 </listitem>
254 <listitem>
255 <para><xref linkend="perl-lwp"/></para>
256 </listitem>
257 <listitem>
258 <para><xref linkend="perl-date-manip"/></para>
259 </listitem>
260 <listitem>
261 <para id="perl-text-csv_xs"><ulink
262 url="http://cpan.org/authors/id/J/JW/JWIED/Text-CSV_XS-&Text-CSV_XS-version;.tar.gz">
263 Text-CSV_XS-&Text-CSV_XS-version;</ulink></para>
264 <indexterm zone="perl-modules perl-text-csv_xs">
265 <primary sortas="g-Text-CSV_XS">Text::CSV_XS</primary>
266 </indexterm>
267 </listitem>
268 </itemizedlist>
269
270 </listitem>
271 </itemizedlist>
272
273 <!-- HTML::Parser -->
274 <bridgehead renderas="sect3" id="perl-html-parser"
275 xreflabel="HTML::Parser-&HTML-Parser-version;">
276 HTML::Parser-&HTML-Parser-version;</bridgehead>
277
278 <indexterm zone="perl-modules perl-html-parser">
279 <primary sortas="g-HTML-Parser">HTML::Parser</primary>
280 </indexterm>
281
282 <para>The HTML::Parser distribution is a collection of modules that parse
283 and extract information from HTML documents. The modules listed below are
284 installed using the standard <application>Perl</application> module
285 <xref linkend="perl-standard-install"/>.</para>
286
287 <itemizedlist spacing='compact'>
288 <listitem>
289 <para><ulink
290 url="http://cpan.org/authors/id/G/GA/GAAS/HTML-Parser-&HTML-Parser-version;.tar.gz">
291 HTML-Parser-&HTML-Parser-version;</ulink></para>
292
293 <itemizedlist>
294 <listitem>
295 <para id="perl-html-tagset"><ulink
296 url="http://cpan.org/authors/id/P/PE/PETDANCE/HTML-Tagset-&HTML-Tagset-version;.tar.gz">
297 HTML-Tagset-&HTML-Tagset-version;</ulink></para>
298 <indexterm zone="perl-modules perl-html-tagset">
299 <primary sortas="g-HTML-Tagset">HTML::Tagset</primary>
300 </indexterm>
301
302 <itemizedlist>
303 <listitem>
304 <para><xref linkend="perl-test-pod"/> (optionally used during the
305 tests)</para>
306 </listitem>
307 </itemizedlist>
308
309 </listitem>
310 <listitem>
311 <para><xref linkend="perl-lwp"/> (run-time requirement for the
312 included HTML::HeadParser module)</para>
313 </listitem>
314 </itemizedlist>
315
316 </listitem>
317 </itemizedlist>
318
319 <!-- HTML::TableExtract -->
320 <bridgehead renderas="sect3" id="perl-html-tableextract"
321 xreflabel="HTML::TableExtract-&HTML-TableExtract-version;">
322 HTML::TableExtract-&HTML-TableExtract-version;</bridgehead>
323
324 <indexterm zone="perl-modules perl-html-tableextract">
325 <primary sortas="g-HTML-TableExtract">HTML::TableExtract</primary>
326 </indexterm>
327
328 <para>HTML::TableExtract is a module that simplifies the extraction of the
329 content contained in tables within HTML documents, extracted either as
330 text or encoded element trees. Tables of note may be specified using
331 Headers, Depth, Count, Attributes, or some combination of the four. The
332 module and dependencies are installed using the standard
333 <application>Perl</application> module
334 <xref linkend="perl-standard-install"/>.</para>
335
336 <itemizedlist spacing='compact'>
337 <listitem>
338 <para><ulink
339 url="http://cpan.org/authors/id/M/MS/MSISK/HTML-TableExtract-&HTML-TableExtract-version;.tar.gz">
340 HTML-TableExtract-&HTML-TableExtract-version;</ulink></para>
341
342 <itemizedlist>
343 <listitem>
344 <para id="perl-html-element-extended"><ulink
345 url="http://cpan.org/authors/id/M/MS/MSISK/HTML-Element-Extended-&HTML-Element-Extended-version;.tar.gz">
346 HTML-Element-Extended-&HTML-Element-Extended-version;</ulink></para>
347 <indexterm zone="perl-modules perl-html-element-extended">
348 <primary sortas="g-HTML-Element-Extended">HTML::Element::Extended</primary>
349 </indexterm>
350
351 <itemizedlist>
352 <listitem>
353 <para id="perl-html-tree"><ulink
354 url="http://cpan.org/authors/id/P/PE/PETDANCE/HTML-Tree-&HTML-Tree-version;.tar.gz">
355 HTML-Tree-&HTML-Tree-version;</ulink></para>
356 <indexterm zone="perl-modules perl-html-tree">
357 <primary sortas="g-HTML-Tree">HTML::Tree</primary>
358 </indexterm>
359
360 <itemizedlist>
361 <listitem>
362 <para><xref linkend="perl-html-parser"/></para>
363 </listitem>
364 <listitem>
365 <para><xref linkend="perl-test-pod"/> (optionally used
366 during the tests)</para>
367 </listitem>
368 </itemizedlist>
369
370 </listitem>
371 </itemizedlist>
372
373 </listitem>
374 <listitem>
375 <para><xref linkend="perl-test-pod-coverage"/> (optionally used
376 during the tests)</para>
377 </listitem>
378 </itemizedlist>
379
380 </listitem>
381 </itemizedlist>
382
383 <!-- LWP -->
384 <bridgehead renderas="sect3" id="perl-lwp"
385 xreflabel="LWP-&LWP-version;">
386 LWP-&LWP-version;</bridgehead>
387
388 <indexterm zone="perl-modules perl-lwp">
389 <primary sortas="g-LWP">LWP</primary>
390 </indexterm>
391
392 <para>The LWP (libwww-perl) collection is a set of
393 <application>Perl</application> modules which provide a simple and
394 consistent application programming interface to the World-Wide Web. The
395 main focus of the library is to provide classes and functions that allow
396 you to write WWW clients. The library also contains modules that are of
397 more general use and even classes that help you implement simple HTTP
398 servers. The LWP collection and all its <application>Perl</application>
399 module dependencies are installed using the standard
400 <application>Perl</application> module
401 <xref linkend="perl-standard-install"/>.</para>
402
403 <itemizedlist spacing='compact'>
404 <listitem>
405 <para><ulink
406 url="http://cpan.org/authors/id/G/GA/GAAS/libwww-perl-&LWP-version;.tar.gz">
407 LWP-&LWP-version;</ulink></para>
408
409 <itemizedlist>
410 <listitem>
411 <para id="perl-uri"><ulink
412 url="http://cpan.org/authors/id/G/GA/GAAS/URI-&URI-version;.tar.gz">
413 URI-&URI-version;</ulink></para>
414 <indexterm zone="perl-modules perl-uri">
415 <primary sortas="g-URI">URI</primary>
416 </indexterm>
417
418 <itemizedlist>
419 <listitem>
420 <para id="perl-business-isbn"><ulink
421 url="http://cpan.org/authors/id/B/BD/BDFOY/Business-ISBN-&Business-ISBN-version;.tar.gz">
422 Business-ISBN-&Business-ISBN-version;</ulink> (optional, only
423 used during the test suite)</para>
424 <indexterm zone="perl-modules perl-business-isbn">
425 <primary sortas="g-Business-ISBN">Business::ISBN</primary>
426 </indexterm>
427
428 <itemizedlist>
429 <listitem>
430 <para id="perl-business-isbn-data"><ulink
431 url="http://cpan.org/authors/id/B/BD/BDFOY/Business-ISBN-Data-&Business-ISBN-Data-version;.tar.gz">
432 Business-ISBN-Data-&Business-ISBN-Data-version;</ulink></para>
433 <indexterm zone="perl-modules perl-business-isbn-data">
434 <primary sortas="g-Business-ISBN-Data">Business::ISBN::Data</primary>
435 </indexterm>
436
437 <itemizedlist>
438 <listitem>
439 <para id="perl-test-prereq"><ulink
440 url="http://cpan.org/authors/id/B/BD/BDFOY/Test-Prereq-&Test-Prereq-version;.tar.gz">
441 Test-Prereq-&Test-Prereq-version;</ulink> (you may need
442 to set up your CPAN access parameters by issuing the
443 command <command>perl -MCPAN -e shell</command> before
444 running the test suite, else the tests may hang)</para>
445 <indexterm zone="perl-modules perl-test-prereq">
446 <primary sortas="g-Test-Prereq">Test::Prereq</primary>
447 </indexterm>
448
449 <itemizedlist>
450 <listitem>
451 <para><xref linkend="perl-module-info"/></para>
452 </listitem>
453 <listitem>
454 <para><xref linkend="perl-module-build"/> (optional)</para>
455 </listitem>
456 <listitem>
457 <para id="perl-module-corelist"><ulink
458 url="http://cpan.org/authors/id/R/RG/RGARCIA/Module-CoreList-&Module-Corelist-version;.tar.gz">
459 Module-CoreList-&Module-Corelist-version;</ulink></para>
460 <indexterm zone="perl-modules perl-module-corelist">
461 <primary sortas="g-Module-Corelist">Module::Corelist</primary>
462 </indexterm>
463
464 <itemizedlist>
465 <listitem>
466 <para><xref linkend="perl-test-pod"/></para>
467 </listitem>
468 </itemizedlist>
469
470 </listitem>
471 </itemizedlist>
472
473 </listitem>
474 </itemizedlist>
475
476 </listitem>
477 </itemizedlist>
478
479 </listitem>
480 </itemizedlist>
481
482 </listitem>
483 <listitem>
484 <para><xref linkend="perl-html-parser"/></para>
485 </listitem>
486 <listitem>
487 <para><xref linkend="perl-compress-zlib"/></para>
488 </listitem>
489 <listitem>
490 <para id="perl-crypt-ssleay"><ulink
491 url="http://cpan.org/authors/id/C/CH/CHAMAS/Crypt-SSLeay-&Crypt-SSLeay-version;.tar.gz">
492 Crypt-SSLeay-&Crypt-SSLeay-version;</ulink> (optional, for HTTPS
493 support)</para>
494 <indexterm zone="perl-modules perl-crypt-ssleay">
495 <primary sortas="g-Crypt-SSLeay">Crypt::SSLeay</primary>
496 </indexterm>
497
498 <itemizedlist>
499 <listitem>
500 <para><xref linkend="openssl"/></para>
501 </listitem>
502 </itemizedlist>
503
504 </listitem>
505 </itemizedlist>
506
507 </listitem>
508 </itemizedlist>
509
510 <!-- Module::Build -->
511 <bridgehead renderas="sect3" id="perl-module-build"
512 xreflabel="Module::Build-&Module-Build-version;">
513 Module::Build-&Module-Build-version;</bridgehead>
514
515 <indexterm zone="perl-modules perl-module-build">
516 <primary sortas="g-Module-Build">Module::Build</primary>
517 </indexterm>
518
519 <para>The Module::Build module is a system for building, testing, and
520 installing <application>Perl</application> modules. It is meant to be an
521 alternative to ExtUtils::MakeMaker. Developers may alter the behavior of
522 the module through subclassing in a much more straightforward way than with
523 MakeMaker. It also does not require a <command>make</command> command on
524 your system. Most of the Module::Build code is
525 pure-<application>Perl</application> and written in a very cross-platform
526 way.</para>
527
528 <para>The Module::Build module (as well as any other
529 <application>Perl</application> module that uses the Module::Build build
530 system) uses <xref linkend="perl-module-build-install"/>. All the
531 dependencies are installed using the standard
532 <application>Perl</application> module
533 <xref linkend="perl-standard-install"/>.</para>
534
535 <itemizedlist spacing='compact'>
536 <listitem>
537 <para><ulink
538 url="http://cpan.org/authors/id/K/KW/KWILLIAMS/Module-Build-&Module-Build-version;.tar.gz">
539 Module-Build-&Module-Build-version;</ulink></para>
540
541 <itemizedlist>
542 <listitem>
543 <para id="perl-extutils-parsexs"><ulink
544 url="http://cpan.org/authors/id/K/KW/KWILLIAMS/ExtUtils-ParseXS-&ExtUtils-ParseXS-version;.tar.gz">
545 ExtUtils-ParseXS-&ExtUtils-ParseXS-version;</ulink></para>
546 <indexterm zone="perl-modules perl-extutils-parsexs">
547 <primary sortas="g-ExtUtils-ParseXS">ExtUtils::ParseXS</primary>
548 </indexterm>
549
550 <itemizedlist>
551 <listitem>
552 <para id="perl-extutils-cbuilder"><ulink
553 url="http://cpan.org/authors/id/K/KW/KWILLIAMS/ExtUtils-CBuilder-&ExtUtils-CBuilder-version;.tar.gz">
554 ExtUtils-CBuilder-&ExtUtils-CBuilder-version;</ulink></para>
555 <indexterm zone="perl-modules perl-extutils-cbuilder">
556 <primary sortas="g-ExtUtils-CBuilder">ExtUtils::CBuilder</primary>
557 </indexterm>
558 </listitem>
559 </itemizedlist>
560
561 </listitem>
562 <listitem>
563 <para id="perl-archive-tar"><ulink
564 url="http://cpan.org/authors/id/K/KA/KANE/Archive-Tar-&Archive-Tar-version;.tar.gz">
565 Archive-Tar-&Archive-Tar-version;</ulink></para>
566 <indexterm zone="perl-modules perl-archive-tar">
567 <primary sortas="g-Archive-Tar">Archive::Tar</primary>
568 </indexterm>
569
570 <itemizedlist>
571 <listitem>
572 <para id="perl-io-zlib"><ulink
573 url="http://cpan.org/authors/id/T/TO/TOMHUGHES/IO-Zlib-&IO-Zlib-version;.tar.gz">
574 IO-Zlib-&IO-Zlib-version;</ulink></para>
575 <indexterm zone="perl-modules perl-io-zlib">
576 <primary sortas="g-IO-Zlib">IO::Zlib</primary>
577 </indexterm>
578
579 <itemizedlist>
580 <listitem>
581 <para><xref linkend="perl-compress-zlib"/></para>
582 </listitem>
583 </itemizedlist>
584
585 </listitem>
586 <listitem>
587 <para><xref linkend="perl-text-diff"/></para>
588 </listitem>
589 <listitem>
590 <para><xref linkend="perl-test-pod"/> (optionally used during
591 the tests)</para>
592 </listitem>
593 </itemizedlist>
594
595 </listitem>
596 <listitem>
597 <para><xref linkend="perl-module-signature"/> (required to use the
598 Module::Build <quote>distsign</quote> run-time method and
599 optionally used during the tests)</para>
600 </listitem>
601 <listitem>
602 <para><ulink
603 url="http://cpan.org/authors/id/I/IN/INGY/YAML-0.39.tar.gz">
604 YAML-0.39</ulink> (Optional &mdash; adds an additional feature to
605 Module::Build. Note that this version of YAML is older than the
606 existing <xref linkend="perl-yaml"/> listed on this page. The newer
607 version is not compatible with this version of Module::Build.
608 Also note that you cannot have both YAML-0.39 and another version
609 exist together.)</para>
610 </listitem>
611 </itemizedlist>
612
613 </listitem>
614 </itemizedlist>
615
616 <bridgehead renderas="sect4" id="perl-module-build-install"
617 xreflabel="modified build instructions">Module::Build Build and
618 Installation Instructions</bridgehead>
619
620<screen><userinput>perl Build.PL &amp;&amp;
621./Build &amp;&amp;
622./Build test</userinput></screen>
623
624 <para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
625
626<screen role='root'><userinput>./Build install</userinput></screen>
627
628 <!-- Module::Info -->
629 <bridgehead renderas="sect3" id="perl-module-info"
630 xreflabel="Module::Info-&Module-Info-version;">
631 Module::Info-&Module-Info-version;</bridgehead>
632
633 <indexterm zone="perl-modules perl-module-info">
634 <primary sortas="g-Module-Info">Module::Info</primary>
635 </indexterm>
636
637 <para>The Module::Info module is quite useful for tasks other than just
638 support of other modules. It can be used from the command-line to tell you
639 if a particular module is included in, or has been installed into your
640 <application>Perl</application> installation. Additionally, Module::Info
641 can tell you what version of a module is installed and what dependencies
642 are required for it. You can even use Module::Info to gather dependencies
643 of uninstalled modules. The Module::Info module installs using the standard
644 <application>Perl</application> module
645 <xref linkend="perl-standard-install"/>. The version module requires using
646 the Module::Build <xref linkend="perl-module-build-install"/>.</para>
647
648 <itemizedlist spacing='compact'>
649 <listitem>
650 <para><ulink
651 url="http://cpan.org/authors/id/M/MB/MBARBON/Module-Info-&Module-Info-version;.tar.gz">
652 Module-Info-&Module-Info-version;</ulink></para>
653
654 <itemizedlist>
655 <listitem>
656 <para id="perl-version-module"><ulink
657 url="http://cpan.org/authors/id/J/JP/JPEACOCK/version-&version-perl-version;.tar.gz">
658 version-&version-perl-version;</ulink>
659 (optionally used during the tests)</para>
660 <indexterm zone="perl-modules perl-version-module">
661 <primary sortas="g-version">version</primary>
662 </indexterm>
663
664 <itemizedlist>
665 <listitem>
666 <para><xref linkend="perl-module-build"/></para>
667 </listitem>
668 </itemizedlist>
669
670 </listitem>
671 <listitem>
672 <para><xref linkend="perl-test-pod"/>
673 (optionally used during the tests)</para>
674 </listitem>
675 </itemizedlist>
676
677 </listitem>
678 </itemizedlist>
679
680 <!-- Module::Signature -->
681 <bridgehead renderas="sect3" id="perl-module-signature"
682 xreflabel="Module::Signature-&Module-Signature-version;">
683 Module::Signature-&Module-Signature-version;</bridgehead>
684
685 <indexterm zone="perl-modules perl-module-signature">
686 <primary sortas="g-Module-Signature">Module::Signature</primary>
687 </indexterm>
688
689 <para>The Module::Signature module is used to check and create
690 <filename>SIGNATURE</filename> files for CPAN distributions. After
691 installing Module::Signature you can verify the content of a distribution
692 tarball (if it includes a <filename>SIGNATURE</filename> file) by unpacking
693 the tarball, changing into the newly created directory and issuing the
694 command <command>cpansign -v</command>. It will check each file's
695 integrity, as well as the signature's validity. Note that some of the
696 dependencies appear to be circular, however, they are only run-time
697 conflicts and you should be able to fully utilize them as long as
698 everything is installed. Module::Signature and the dependency modules are
699 installed using the standard <application>Perl</application>
700 module <xref linkend="perl-standard-install"/>.</para>
701
702 <itemizedlist spacing='compact'>
703 <listitem>
704 <para><ulink
705 url="http://cpan.org/authors/id/A/AU/AUTRIJUS/Module-Signature-&Module-Signature-version;.tar.gz">
706 Module-Signature-&Module-Signature-version;</ulink></para>
707
708 <itemizedlist>
709 <listitem>
710 <para><xref linkend="perl-text-diff"/></para>
711 </listitem>
712 <listitem>
713 <para id="perl-par-dist"><ulink
714 url="http://cpan.org/authors/id/A/AU/AUTRIJUS/PAR-Dist-&PAR-Dist-version;.tar.gz">
715 PAR-Dist-&PAR-Dist-version;</ulink></para>
716 <indexterm zone="perl-modules perl-par-dist">
717 <primary sortas="g-PAR-Dist">PAR::Dist</primary>
718 </indexterm>
719
720 <itemizedlist>
721 <listitem>
722 <para><xref linkend="perl-archive-zip"/></para>
723 </listitem>
724 <listitem>
725 <para><xref linkend="perl-lwp"/></para>
726 </listitem>
727 <listitem>
728 <para><xref linkend="perl-module-signature"/></para>
729 </listitem>
730 </itemizedlist>
731
732 </listitem>
733 <listitem>
734 <para id="perl-digest-sha"><ulink
735 url="http://cpan.org/authors/id/M/MS/MSHELOR/Digest-SHA-&Digest-SHA-version;.tar.gz">
736 Digest-SHA-&Digest-SHA-version;</ulink></para>
737 <indexterm zone="perl-modules perl-digest-sha">
738 <primary sortas="g-Digest-SHA">Digest::SHA</primary>
739 </indexterm>
740
741 <itemizedlist>
742 <listitem>
743 <para><xref linkend="perl-test-pod-coverage"/> (optionally used
744 during the tests)</para>
745 </listitem>
746 </itemizedlist>
747
748 </listitem>
749 <listitem>
750 <para><xref linkend="gnupg"/></para>
751 </listitem>
752 </itemizedlist>
753
754 </listitem>
755 </itemizedlist>
756
757 <!-- Net::DNS -->
758 <bridgehead renderas="sect3" id="perl-net-dns"
759 xreflabel="Net-DNS-&Net-DNS-version;">
760 Net::DNS-&Net-DNS-version;</bridgehead>
761
762 <indexterm zone="perl-modules perl-net-dns">
763 <primary sortas="g-Net-DNS">Net::DNS</primary>
764 </indexterm>
765
766 <para>Net::DNS is a DNS resolver implemented in
767 <application>Perl</application>. It can be used to perform nearly any type
768 of DNS query from a <application>Perl</application> script. The Net::DNS
769 module and all its dependencies are installed using the standard
770 <application>Perl</application> module
771 <xref linkend="perl-standard-install"/>.</para>
772
773 <itemizedlist spacing='compact'>
774 <listitem>
775 <para><ulink
776 url="http://cpan.org/authors/id/O/OL/OLAF/Net-DNS-&Net-DNS-version;.tar.gz">
777 Net-DNS-&Net-DNS-version;</ulink></para>
778
779 <itemizedlist>
780 <listitem>
781 <para id="perl-digest-hmac"><ulink
782 url="http://cpan.org/authors/id/G/GA/GAAS/Digest-HMAC-&Digest-HMAC-version;.tar.gz">
783 Digest-HMAC-&Digest-HMAC-version;</ulink></para>
784 <indexterm zone="perl-modules perl-digest-hmac">
785 <primary sortas="g-Digest-HMAC">Digest::HMAC</primary>
786 </indexterm>
787
788 <itemizedlist>
789 <listitem>
790 <para id="perl-digest-sha1"><ulink
791 url="http://cpan.org/authors/id/G/GA/GAAS/Digest-SHA1-&Digest-SHA1-version;.tar.gz">
792 Digest-SHA1-&Digest-SHA1-version;</ulink></para>
793 <indexterm zone="perl-modules perl-digest-sha1">
794 <primary sortas="g-Digest-SHA1">Digest::SHA1</primary>
795 </indexterm>
796 </listitem>
797 </itemizedlist>
798
799 </listitem>
800 <listitem>
801 <para id="perl-net-ip"><ulink
802 url="http://cpan.org/authors/id/M/MA/MANU/Net-IP-&Net-IP-version;.tar.gz">
803 Net-IP-&Net-IP-version;</ulink></para>
804 <indexterm zone="perl-modules perl-net-ip">
805 <primary sortas="g-Net-IP">Net::IP</primary>
806 </indexterm>
807 </listitem>
808 <listitem>
809 <para id="perl-io-socket-inet6"><ulink
810 url="http://cpan.org/authors/id/M/MO/MONDEJAR/IO-Socket-INET6-&IO-Socket-INET6-version;.tar.gz">
811 IO-Socket-INET6-&IO-Socket-INET6-version;</ulink> (required for
812 IPv6 support)</para>
813 <indexterm zone="perl-modules perl-io-socket-inet6">
814 <primary sortas="g-IO-Socket-INET6">IO::Socket::INET6</primary>
815 </indexterm>
816
817 <itemizedlist>
818 <listitem>
819 <para id="perl-socket6"><ulink
820 url="http://cpan.org/authors/id/U/UM/UMEMOTO/Socket6-&Socket6-version;.tar.gz">
821 Socket6-&Socket6-version;</ulink></para>
822 <indexterm zone="perl-modules perl-socket6">
823 <primary sortas="g-Socket6">Socket6</primary>
824 </indexterm>
825 </listitem>
826 </itemizedlist>
827
828 </listitem>
829 <listitem>
830 <para id="perl-digest-bubblebabble"><ulink
831 url="http://cpan.org/authors/id/B/BT/BTROTT/Digest-BubbleBabble-&Digest-BubbleBabble-version;.tar.gz">
832 Digest-BubbleBabble-&Digest-BubbleBabble-version;</ulink>
833 (optional, only used during the test suite)</para>
834 <indexterm zone="perl-modules perl-digest-bubblebabble">
835 <primary sortas="g-Digest-BubbleBabble">Digest::BubbleBabble</primary>
836 </indexterm>
837 </listitem>
838 </itemizedlist>
839
840 </listitem>
841 </itemizedlist>
842
843 <!-- SGMLSpm -->
844 <bridgehead renderas="sect3" id="perl-sgmlspm"
845 xreflabel="SGMLSpm-&SGMLSpm-version;">
846 SGMLSpm-&SGMLSpm-version;</bridgehead>
847
848 <indexterm zone="perl-modules perl-sgmlspm">
849 <primary sortas="g-SGMLSpm">SGMLSpm</primary>
850 </indexterm>
851
852 <para>The SGMLSpm module is a <application>Perl</application> library
853 used for parsing the output from James Clark's SGMLS and NSGMLS
854 parsers. This module requires modified installation instructions, shown
855 below.</para>
856
857 <itemizedlist spacing='compact'>
858 <listitem>
859 <para><ulink
860 url="http://cpan.org/authors/id/D/DM/DMEGG/SGMLSpm-&SGMLSpm-version;.tar.gz">
861 SGMLSpm-&SGMLSpm-version;</ulink></para>
862 </listitem>
863 </itemizedlist>
864
865 <para>If your system's <application>Perl</application> version is different
866 than &lfs-perl-version;, you'll need to modify the <command>sed</command>
867 command below to reflect the version you have installed.</para>
868
869<screen><userinput>sed -i -e "s@/usr/local/bin@/usr/bin@" \
870 -e "s@/usr/local/lib/perl5@/usr/lib/perl5/site_perl/&lfs-perl-version;@" \
871 -e "s@/usr/local/lib/www/docs@/usr/share/doc/perl5@" \
872 Makefile</userinput></screen>
873
874 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
875
876<screen role="root"><userinput>make install &amp;&amp;
877install -v -m755 -d /usr/share/doc/perl5 &amp;&amp;
878make install_html &amp;&amp;
879rm -v -f /usr/share/doc/perl5/SGMLSpm/sample.pl &amp;&amp;
880install -v -m644 DOC/sample.pl /usr/share/doc/perl5/SGMLSpm</userinput></screen>
881
882 <!-- Test::Pod -->
883 <bridgehead renderas="sect3" id="perl-test-pod"
884 xreflabel="Test::Pod-&Test-Pod-version;">
885 Test::Pod-&Test-Pod-version;</bridgehead>
886
887 <indexterm zone="perl-modules perl-test-pod">
888 <primary sortas="g-Test-Pod">Test::Pod</primary>
889 </indexterm>
890
891 <para>The Test:Pod module is (most of the time, optionally) used by other
892 modules during the build process to check the validity of POD (Plain Old
893 Documentation) files. The Test::Pod module is typically included by module
894 authors to automatically find and check all POD files in a module
895 distribution. This module and all the dependencies are installed using
896 the standard <application>Perl</application> module
897 <xref linkend="perl-standard-install"/>.</para>
898
899 <itemizedlist spacing='compact'>
900 <listitem>
901 <para><ulink
902 url="http://cpan.org/authors/id/P/PE/PETDANCE/Test-Pod-&Test-Pod-version;.tar.gz">
903 Test-Pod-&Test-Pod-version;</ulink></para>
904
905 <itemizedlist>
906 <listitem>
907 <para id="perl-pod-simple"><ulink
908 url="http://cpan.org/authors/id/A/AR/ARANDAL/Pod-Simple-&Pod-Simple-version;.tar.gz">
909 Pod-Simple-&Pod-Simple-version;</ulink></para>
910 <indexterm zone="perl-modules perl-pod-simple">
911 <primary sortas="g-Pod-Simple">Pod::Simple</primary>
912 </indexterm>
913
914 <itemizedlist>
915 <listitem>
916 <para id="perl-pod-escapes"><ulink
917 url="http://cpan.org/authors/id/S/SB/SBURKE/Pod-Escapes-&Pod-Escapes-version;.tar.gz">
918 Pod-Escapes-&Pod-Escapes-version;</ulink></para>
919 <indexterm zone="perl-modules perl-pod-escapes">
920 <primary sortas="g-Pod-Escapes">Pod::Escapes</primary>
921 </indexterm>
922 </listitem>
923 </itemizedlist>
924
925 </listitem>
926 <listitem>
927 <para><xref linkend="perl-test-simple"/></para>
928 </listitem>
929 </itemizedlist>
930
931 </listitem>
932 </itemizedlist>
933
934 <!-- Test::Pod::Coverage -->
935 <bridgehead renderas="sect3" id="perl-test-pod-coverage"
936 xreflabel="Test::Pod::Coverage-&Test-Pod-Coverage-version;">
937 Test::Pod::Coverage-&Test-Pod-Coverage-version;</bridgehead>
938
939 <indexterm zone="perl-modules perl-test-pod-coverage">
940 <primary sortas="g-Test-Pod-Coverage">Test::Pod::Coverage</primary>
941 </indexterm>
942
943 <para>The Test::Pod::Coverage module is used to check files in a
944 distribution for POD coverage. It is normally used by developers to
945 ensure their projects are adequately covered with POD and it is also used
946 in the test suites of many module distributions. The Pod::Coverage module
947 requires using the Module::Build
948 <xref linkend="perl-module-build-install"/>, all the other modules are
949 installed using the standard <application>Perl</application> module
950 <xref linkend="perl-standard-install"/>.</para>
951
952 <itemizedlist spacing='compact'>
953 <listitem>
954 <para><ulink
955 url="http://cpan.org/authors/id/P/PE/PETDANCE/Test-Pod-Coverage-&Test-Pod-Coverage-version;.tar.gz">
956 Test-Pod-Coverage-&Test-Pod-Coverage-version;</ulink></para>
957
958 <itemizedlist>
959 <listitem>
960 <para id="perl-test-builder-tester">
961 <xref linkend="perl-test-simple"/> or
962 <ulink
963 url="http://cpan.org/authors/id/M/MA/MARKF/Test-Builder-Tester-&Test-Builder-Tester-version;.tar.gz">
964 Test-Builder-Tester-&Test-Builder-Tester-version;</ulink></para>
965 <indexterm zone="perl-modules perl-test-builder-tester">
966 <primary sortas="g-Test-Builder-Tester">Test::Builder::Tester</primary>
967 </indexterm>
968 </listitem>
969 <listitem>
970 <para id="perl-pod-coverage"><ulink
971 url="http://cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-&Pod-Coverage-version;.tar.gz">
972 Pod-Coverage-&Pod-Coverage-version;</ulink></para>
973 <indexterm zone="perl-modules perl-pod-coverage">
974 <primary sortas="g-Pod-Coverage">Pod::Coverage</primary>
975 </indexterm>
976
977 <itemizedlist>
978 <listitem>
979 <para id="perl-devel-symdump"><ulink
980 url="http://cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-&Devel-Symdump-version;.tar.gz">
981 Devel-Symdump-&Devel-Symdump-version;</ulink></para>
982 <indexterm zone="perl-modules perl-devel-symdump">
983 <primary sortas="g-Devel-Symdump">Devel::Symdump</primary>
984 </indexterm>
985
986 <itemizedlist>
987 <listitem>
988 <para><xref linkend="perl-test-pod"/> (optionally used
989 during the tests)</para>
990 </listitem>
991 </itemizedlist>
992
993 </listitem>
994 <listitem>
995 <para><xref linkend="perl-module-build"/></para>
996 </listitem>
997 </itemizedlist>
998
999 </listitem>
1000 </itemizedlist>
1001
1002 </listitem>
1003 </itemizedlist>
1004
1005 <!-- Test::Simple -->
1006 <bridgehead renderas="sect3" id="perl-test-simple"
1007 xreflabel="Test::Simple-&Test-Simple-version;">
1008 Test::Simple-&Test-Simple-version;</bridgehead>
1009
1010 <indexterm zone="perl-modules perl-test-simple">
1011 <primary sortas="g-Test-Simple">Test::Simple</primary>
1012 </indexterm>
1013
1014 <para>The Test::Simple module contains utilities designed to assist
1015 developers in creating tests. A version of Test::Simple was installed
1016 during LFS with the <application>Perl</application>-&lfs-perl-version;
1017 installation, however, some of the sub-modules contained in Test::Simple
1018 have been updated (notably, the Test::More module) and these updated
1019 modules are now required by other modules. This updated version of
1020 Test::Simple also now includes the Test:Builder:Tester module, required by
1021 many of the modules on this page. Note that installing this updated
1022 version of Test::Simple will overwrite some files from the original
1023 <application>Perl</application> installation, but there's really nothing to
1024 be alarmed about as these modules are only used by developers creating
1025 tests, or for running the test suites during additional module
1026 installations.</para>
1027
1028 <itemizedlist spacing='compact'>
1029 <listitem>
1030 <para><ulink
1031 url="http://cpan.org/authors/id/M/MS/MSCHWERN/Test-Simple-&Test-Simple-version;.tar.gz">
1032 Test-Simple-&Test-Simple-version;</ulink>
1033 (<xref linkend="perl-standard-install"/>)</para>
1034
1035 <itemizedlist>
1036 <listitem>
1037 <para><xref linkend="perl-module-signature"/> (optionally used
1038 during the tests)</para>
1039 </listitem>
1040 </itemizedlist>
1041
1042 </listitem>
1043 </itemizedlist>
1044
1045 <!-- Text::Diff -->
1046 <bridgehead renderas="sect3" id="perl-text-diff"
1047 xreflabel="Text::Diff-&Text-Diff-version;">
1048 Text::Diff-&Text-Diff-version;</bridgehead>
1049
1050 <indexterm zone="perl-modules perl-text-diff">
1051 <primary sortas="g-Text-Diff">Text::Diff</primary>
1052 </indexterm>
1053
1054 <para>Text::Diff is used to perform diffs on files and record sets. It
1055 provides a basic set of services akin to the GNU <command>diff</command>
1056 utility. It is not anywhere near as feature complete as GNU
1057 <command>diff</command>, but it is better integrated with
1058 <application>Perl</application> and available on all platforms. Text::Diff
1059 is often faster than shelling out to a system's <command>diff</command>
1060 executable for small files, and generally slower on larger files. The
1061 modules listed below are installed using the standard
1062 <application>Perl</application> module
1063 <xref linkend="perl-standard-install"/>.</para>
1064
1065 <itemizedlist spacing='compact'>
1066 <listitem>
1067 <para><ulink
1068 url="http://cpan.org/authors/id/R/RB/RBS/Text-Diff-&Text-Diff-version;.tar.gz">
1069 Text-Diff-&Text-Diff-version;</ulink></para>
1070
1071 <itemizedlist>
1072 <listitem>
1073 <para id="perl-algorithm-diff"><ulink
1074 url="http://cpan.org/authors/id/T/TY/TYEMQ/Algorithm-Diff-&Algorithm-Diff-version;.zip">
1075 Algorithm-Diff-&Algorithm-Diff-version;</ulink></para>
1076 <indexterm zone="perl-modules perl-algorithm-diff">
1077 <primary sortas="g-Algorithm-Diff">Algorithm::Diff</primary>
1078 </indexterm>
1079
1080 <itemizedlist>
1081 <listitem>
1082 <para><xref linkend="unzip"/></para>
1083 </listitem>
1084 </itemizedlist>
1085
1086 </listitem>
1087 </itemizedlist>
1088
1089 </listitem>
1090 </itemizedlist>
1091
1092 <!-- Tk -->
1093 <bridgehead renderas="sect3" id="tk-perl"
1094 xreflabel="Tk-Perl-&Tk-Perl-version;">
1095 Tk-&Tk-Perl-version;</bridgehead>
1096
1097 <indexterm zone="perl-modules tk-perl">
1098 <primary sortas="g-Tk">Tk</primary>
1099 </indexterm>
1100
1101 <para>The <application>Tk</application> module is a
1102 <application>Perl</application> interface to the
1103 <application>Tk</application> package. The goal of this release is Unicode
1104 support via <application>Perl</application>'s and
1105 core-<application>Tk</application>'s use of UTF-8. Tk-&Tk-Perl-version;
1106 builds and loads into a threaded <application>Perl</application> but is NOT
1107 yet thread safe. The module is installed using the standard
1108 <application>Perl</application> module
1109 <xref linkend="perl-standard-install"/>.</para>
1110
1111 <itemizedlist spacing='compact'>
1112 <listitem>
1113 <para><ulink
1114 url="http://cpan.org/authors/id/N/NI/NI-S/Tk-&Tk-Perl-version;.tar.gz">
1115 Tk-&Tk-Perl-version;</ulink></para>
1116
1117 <itemizedlist>
1118 <listitem>
1119 <para><xref linkend="tk"/> and <xref linkend="libjpeg"/></para>
1120 </listitem>
1121 </itemizedlist>
1122
1123 </listitem>
1124 </itemizedlist>
1125
1126 <!-- XML::Parser -->
1127 <bridgehead renderas="sect3" id="perl-xml-parser"
1128 xreflabel="XML::Parser-&XML-Parser-version;">
1129 XML::Parser-&XML-Parser-version;</bridgehead>
1130
1131 <indexterm zone="perl-modules perl-xml-parser">
1132 <primary sortas="g-XML-Parser">XML::Parser</primary>
1133 </indexterm>
1134
1135 <para>The XML::Parser module is a <application>Perl</application> extension
1136 interface to James Clark's XML parser,
1137 <application>expat</application>. The module is installed using the
1138 standard <application>Perl</application> module
1139 <xref linkend="perl-standard-install"/>.</para>
1140
1141 <itemizedlist spacing='compact'>
1142 <listitem>
1143 <para><ulink
1144 url="http://cpan.org/authors/id/M/MS/MSERGEANT/XML-Parser-&XML-Parser-version;.tar.gz">
1145 XML-Parser-&XML-Parser-version;</ulink></para>
1146
1147 <itemizedlist>
1148 <listitem>
1149 <para><xref linkend="expat"/></para>
1150 </listitem>
1151 </itemizedlist>
1152 <itemizedlist>
1153 <listitem>
1154 <para><xref linkend="perl-lwp"/>
1155 (optionally used during the tests)</para>
1156 </listitem>
1157 </itemizedlist>
1158
1159 </listitem>
1160 </itemizedlist>
1161
1162 <!-- YAML -->
1163 <bridgehead renderas="sect3" id="perl-yaml"
1164 xreflabel="YAML-&YAML-version;">
1165 YAML-&YAML-version;</bridgehead>
1166
1167 <indexterm zone="perl-modules perl-yaml">
1168 <primary sortas="g-YAML">YAML</primary>
1169 </indexterm>
1170
1171 <para></para>
1172
1173 <itemizedlist spacing='compact'>
1174 <listitem>
1175 <para><ulink
1176 url="http://cpan.org/authors/id/I/IN/INGY/YAML-&YAML-version;.tar.gz">
1177 YAML-&YAML-version;</ulink></para>
1178
1179 <itemizedlist>
1180 <listitem>
1181 <para>Dependency list will be added</para>
1182 </listitem>
1183 </itemizedlist>
1184
1185 </listitem>
1186 </itemizedlist>
1187
1188 </sect2>
1189
1190 <sect2 role="installation" id="perl-standard-install"
1191 xreflabel="build and installation instructions">
1192 <title>Standard Installation of Perl Modules</title>
1193
1194 <para>Install <application>Perl</application> modules by running the
1195 following commands:</para>
1196
1197<screen><userinput>perl Makefile.PL &amp;&amp;
1198make &amp;&amp;
1199make test</userinput></screen>
1200
1201 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
1202
1203<screen role="root"><userinput>make install</userinput></screen>
1204
1205 </sect2>
1206
1207 <sect2 role="installation">
1208 <title>(Alternate) Auto Installation of Perl Modules.</title>
1209
1210 <para>There is an alternate way of installing the modules using
1211 <application>Perl</application>'s built-in <command>install</command>
1212 command. The command automatically downloads the source from the CPAN
1213 archive, extracts it, runs the commands mentioned above, and removes the
1214 build source tree. You may still need to install dependent library
1215 packages before running the automated installation method.</para>
1216
1217 <para>The first time you run this command, you'll be prompted to enter some
1218 information regarding download locations and methods. This information is
1219 retained in files located in <filename class='directory'>~/.cpan</filename>.
1220 Start the perl shell with the following command as the
1221 <systemitem class="username">root</systemitem> user:</para>
1222
1223<screen role="root"><userinput>perl -MCPAN -e shell</userinput></screen>
1224
1225 <para>Each module may now be installed from this shell with the
1226 command:</para>
1227
1228<screen role="root"><userinput>install <replaceable>&lt;Module::Name&gt;</replaceable></userinput></screen>
1229
1230 <para>For additional commands and help, type <command>help</command>.</para>
1231
1232 <para>Alternatively, for scripted or non-interactive installations, use the
1233 following syntax as the
1234 <systemitem class="username">root</systemitem> user:</para>
1235
1236<screen role="root"><userinput>perl -MCPAN -e 'install <replaceable>&lt;Module::Name&gt;</replaceable>'</userinput></screen>
1237
1238 </sect2>
1239
1240</sect1>
Note: See TracBrowser for help on using the repository browser.