source: general/prog/perl-modules.xml@ b3aacc0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 b3aacc0 was b3aacc0, checked in by Randy McMurchy <randy@…>, 11 years ago

Added MD5 sums for the Perl Module tarballs

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

  • Property mode set to 100644
File size: 41.8 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 <!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 dependencies in the order listed. The Perl Module standard
33 build and installation instructions are shown at the bottom of this page.
34 </para>
35
36 <!-- <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download MD5 sums (HTTP):
39 <ulink url="&perl_modules_md5sums_download_http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download MD5 sums (FTP):
43 <ulink url="&perl_modules_md5sums_download_ftp;"/></para>
44 </listitem>
45 </itemizedlist> -->
46
47 <!-- Archive::Zip -->
48 <bridgehead renderas="sect3" id="perl-archive-zip"
49 xreflabel="Archive::Zip-&Archive-Zip-version;">
50 Archive::Zip-&Archive-Zip-version;</bridgehead>
51
52 <indexterm zone="perl-modules perl-archive-zip">
53 <primary sortas="g-Archive-Zip">Archive::Zip</primary>
54 </indexterm>
55
56 <para>The Archive::Zip module allows a <application>Perl</application>
57 program to create, manipulate, read, and write Zip archive files. This
58 module uses the standard <xref linkend="perl-standard-install"/>.</para>
59
60 <itemizedlist>
61 <listitem>
62 <para>
63 <ulink url="http://www.cpan.org/authors/id/A/AD/ADAMK/Archive-Zip-&Archive-Zip-version;.tar.gz">
64 Archive::Zip-&Archive-Zip-version;</ulink> (MD5 sum: 40153666e7538b410e001aa8a810e702)
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <!-- Crypt::SSLeay -->
70 <bridgehead renderas="sect3" id="perl-crypt-ssleay"
71 xreflabel="Crypt::SSLeay-&Crypt-SSLeay-version;">
72 Crypt::SSLeay-&Crypt-SSLeay-version;</bridgehead>
73
74 <indexterm zone="perl-modules perl-crypt-ssleay">
75 <primary sortas="g-Crypt-SSLeay">Crypt::SSLeay</primary>
76 </indexterm>
77
78 <para>The Crypt::SSLeay module provides support for the HTTPS protocol under
79 LWP, to allow an LWP::UserAgent object to perform GET, HEAD and POST
80 requests. This module and the dependency modules use the standard
81 <xref linkend="perl-standard-install"/>.</para>
82
83 <itemizedlist>
84 <listitem>
85 <para>
86 <ulink url="http://www.cpan.org/authors/id/N/NA/NANIS/Crypt-SSLeay-&Crypt-SSLeay-version;.tar.gz">
87 Crypt::SSLeay-&Crypt-SSLeay-version;</ulink> (MD5 sum: 4812f14d6e8c71714a26c0ad733666dc)
88 </para>
89 <itemizedlist>
90 <listitem>
91 <para>
92 <xref linkend="openssl"/>
93 </para>
94 </listitem>
95 <listitem>
96 <para>
97 <ulink url="http://search.cpan.org/~gaas/LWP-Protocol-https/">LWP::Protocol::https</ulink>
98 </para>
99 <itemizedlist>
100 <listitem>
101 <para>
102 <xref linkend="perl-lwp"/>
103 </para>
104 </listitem>
105 <listitem>
106 <para>
107 <ulink url="http://search.cpan.org/~behroozi/IO-Socket-SSL/">IO::Socket::SSL</ulink>
108 </para>
109 <itemizedlist>
110 <listitem>
111 <para>
112 <ulink url="http://search.cpan.org/dist/Net-SSLeay/">Net::SSLeay</ulink>
113 </para>
114 </listitem>
115 </itemizedlist>
116 </listitem>
117 <listitem>
118 <para>
119 <ulink url="http://search.cpan.org/~abh/Mozilla-CA/">Mozilla::CA</ulink>
120 </para>
121 </listitem>
122 </itemizedlist>
123 </listitem>
124 <listitem>
125 <para>
126 <ulink url="http://search.cpan.org/~doy/Try-Tiny/">Try::Tiny</ulink>
127 </para>
128 </listitem>
129 </itemizedlist>
130 </listitem>
131 </itemizedlist>
132
133 <!-- Date::Manip -->
134 <bridgehead renderas="sect3" id="perl-date-manip"
135 xreflabel="Date::Manip-&Date-Manip-version;">
136 Date::Manip-&Date-Manip-version;</bridgehead>
137
138 <indexterm zone="perl-modules perl-date-manip">
139 <primary sortas="g-Date-Manip">Date::Manip</primary>
140 </indexterm>
141
142 <para>Date::Manip is a set of routines designed to make any common
143 date/time manipulation easy to do. Operations such as comparing two times,
144 calculating a time a given amount of time from another, or parsing
145 international times are all easily done. From the very beginning, the
146 main focus of Date::Manip has been to be able to do ANY desired date/time
147 operation easily. This module and the dependency module use the standard
148 <xref linkend="perl-standard-install"/>.</para>
149
150 <itemizedlist>
151 <listitem>
152 <para>
153 <ulink url="http://www.cpan.org/authors/id/S/SB/SBECK/Date-Manip-&Date-Manip-version;.tar.gz">
154 Date::Manip-&Date-Manip-version;</ulink> (MD5 sum: 71601cb8c03f9f6716a3835eeb071219)
155 </para>
156 <itemizedlist>
157 <listitem>
158 <para>
159 <ulink url="http://search.cpan.org/~sbeck/Test-Inter/">Test::Inter</ulink>
160 (optionally used for the tests)
161 </para>
162 </listitem>
163 </itemizedlist>
164 </listitem>
165 </itemizedlist>
166
167 <!-- ExtUtils::Depends
168 <bridgehead renderas="sect3" id="perl-extutils-depends"
169 xreflabel="ExtUtils::Depends-&ExtUtils-Depends-version;">
170 ExtUtils::Depends-&ExtUtils-Depends-version;</bridgehead>
171
172 <indexterm zone="perl-modules perl-extutils-depends">
173 <primary sortas="g-ExtUtils-Depends">ExtUtils::Depends</primary>
174 </indexterm>
175
176 <para>
177 ExtUtils::Depends tries to make it easy to build Perl extensions that use
178 functions and typemaps provided by other perl extensions. This means that
179 a perl extension is treated like a shared library that provides also a C
180 and an XS interface besides the perl one.
181 </para>
182
183 <itemizedlist>
184 <listitem>
185 <para>
186 <ulink url="http://www.cpan.org/authors/id/F/FL/FLORA/ExtUtils-Depends-&ExtUtils-Depends-version;.tar.gz">
187 ExtUtils::Depends-&ExtUtils-Depends-version;</ulink>
188 (uses the standard <xref linkend="perl-standard-install"/>)</para>
189 </listitem>
190 </itemizedlist> -->
191
192 <!-- ExtUtils::PkgConfig
193 <bridgehead renderas="sect3" id="perl-extutils-pkgconfig"
194 xreflabel="ExtUtils::PkgConfig-&ExtUtils-PkgConfig-version;">
195 ExtUtils::PkgConfig-&ExtUtils-PkgConfig-version;</bridgehead>
196
197 <indexterm zone="perl-modules perl-extutils-pkgconfig">
198 <primary sortas="g-ExtUtils-PkgConfig">ExtUtils::PkgConfig</primary>
199 </indexterm>
200
201 <para>
202 ExtUtils::PkgConfig is a very simplistic interface to
203 <xref linkend="pkgconfig"/>, intended for use in the Makefile.PL of perl
204 extensions which bind libraries that <application>pkgconfig</application>
205 knows.
206 </para>
207
208 <itemizedlist>
209 <listitem>
210 <para>
211 <ulink url="http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-PkgConfig-&ExtUtils-PkgConfig-version;.tar.gz">
212 ExtUtils::PkgConfig-&ExtUtils-PkgConfig-version;</ulink>
213 (uses the standard <xref linkend="perl-standard-install"/>) Requires:
214 </para>
215 <itemizedlist>
216 <listitem>
217 <para>
218 <xref linkend="perl-extutils-depends"/>
219 </para>
220 </listitem>
221 </itemizedlist>
222 </listitem>
223 </itemizedlist> -->
224
225 <!-- Finance::Quote -->
226 <bridgehead renderas="sect3" id="perl-finance-quote"
227 xreflabel="Finance::Quote-&Finance-Quote-version;">
228 Finance::Quote-&Finance-Quote-version;</bridgehead>
229
230 <indexterm zone="perl-modules perl-finance-quote">
231 <primary sortas="g-Finance-Quote">Finance::Quote</primary>
232 </indexterm>
233
234 <para>Finance::Quote is used to get stock quotes from various Internet
235 sources, including Yahoo! Finance, Fidelity Investments, and the Australian
236 Stock Exchange. There are two methods of using this module &ndash; a
237 functional interface that is depreciated, and an object-orientated method
238 that provides greater flexibility and stability. With the exception of
239 straight currency exchange rates, all information is returned as a
240 two-dimensional hash (or a reference to such a hash, if called in a scalar
241 context).</para>
242
243 <para>After you've installed the package, issue
244 <command>perldoc Finance::Quote</command> for full information.
245 Alternatively, you can issue <command>perldoc lib/Finance/Quote.pm</command>
246 after unpacking the distribution tarball and changing into the top-level
247 directory. This module and the dependency modules are installed using the
248 standard <xref linkend="perl-standard-install"/>.</para>
249
250 <note>
251 <para>To run the regression test suite, you'll need a working Internet
252 connection and then create a symbolic link to the
253 <filename class='directory'>test</filename> directory using the following
254 command after unpacking the tarball and changing into the root directory
255 of the source tree:</para>
256
257<screen><userinput>ln -s test t</userinput></screen>
258
259 <para>Some tests will fail depending on certain conditions. See the
260 <filename>INSTALL</filename> file for full details.</para>
261 </note>
262
263 <itemizedlist>
264 <listitem>
265 <para>
266 <ulink url="http://www.cpan.org/authors/id/E/EC/ECOCODE/Finance-Quote-&Finance-Quote-version;.tar.gz">
267 Finance::Quote-&Finance-Quote-version;</ulink> (MD5 sum: 339e8327a6c18d8194f6c5d1eea3bbde)
268 </para>
269 <itemizedlist>
270 <listitem>
271 <para>
272 <xref linkend="perl-lwp"/>
273 </para>
274 </listitem>
275 <listitem>
276 <para>
277 <xref linkend="perl-crypt-ssleay"/>
278 </para>
279 </listitem>
280 <listitem>
281 <para>
282 <xref linkend="perl-html-tableextract"/>
283 </para>
284 </listitem>
285 </itemizedlist>
286 </listitem>
287 </itemizedlist>
288
289 <!-- Finance::QuoteHist
290 <bridgehead renderas="sect3" id="perl-finance-quotehist"
291 xreflabel="Finance::QuoteHist-&Finance-QuoteHist-version;">
292 Finance::QuoteHist-&Finance-QuoteHist-version;</bridgehead>
293
294 <indexterm zone="perl-modules perl-finance-quotehist">
295 <primary sortas="g-Finance-QuoteHist">Finance::QuoteHist</primary>
296 </indexterm>
297
298 <para>The Finance::QuoteHist bundle is several modules designed to fetch
299 historical stock quotes from the web. The module and dependencies are
300 installed using the standard <application>Perl</application> module
301 <xref linkend="perl-standard-install"/>.</para>
302
303 <itemizedlist>
304 <listitem>
305 <para>
306 <ulink url="http://cpan.org/authors/id/M/MS/MSISK/Finance-QuoteHist-&Finance-QuoteHist-version;.tar.gz">
307 Finance-QuoteHist-&Finance-QuoteHist-version;</ulink>
308 </para>
309 <itemizedlist>
310 <listitem>
311 <para>
312 <xref linkend="perl-html-tableextract"/>
313 </para>
314 </listitem>
315 <listitem>
316 <para>
317 <xref linkend="perl-lwp"/>
318 </para>
319 </listitem>
320 <listitem>
321 <para>
322 <xref linkend="perl-date-manip"/>
323 </para>
324 </listitem>
325 <listitem>
326 <para>
327 <ulink url="http://cpan.org/authors/id/M/MA/MAKAMAKA/Text-CSV-&Text-CSV-version;.tar.gz">
328 Text-CSV-&Text-CSV-version;</ulink>
329 </para>
330 </listitem>
331 <listitem>
332 <para>
333 <ulink url="http://cpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-&Text-CSV_XS-version;.tgz">
334 Text-CSV_XS-&Text-CSV_XS-version; (optional)</ulink>
335 </para>
336 </listitem>
337 </itemizedlist>
338 </listitem>
339 </itemizedlist>
340 -->
341
342 <!-- Glib -->
343 <bridgehead renderas="sect3" id="perl-glib"
344 xreflabel="Glib-&Glib-perl-version;">
345 Glib-&Glib-perl-version;</bridgehead>
346
347 <indexterm zone="perl-modules perl-glib">
348 <primary sortas="g-Glib">Glib</primary>
349 </indexterm>
350
351 <para>
352 This module is a <application>Perl</application> wrapper around
353 <application>GLib</application> that attempts to provide a perlish
354 interface while remaining as true as possible to the underlying C API, so
355 that any reference materials you can find on using GLib may still apply to
356 using the libraries from Perl. This module and the dependency modules use
357 the standard <xref linkend="perl-standard-install"/>.
358 </para>
359
360 <itemizedlist>
361 <listitem>
362 <para>
363 <ulink url="http://www.cpan.org/authors/id/T/TS/TSCH/Glib-&Glib-perl-version;.tar.gz">
364 Glib-&Glib-perl-version;</ulink> (MD5 sum: 1d81a8aec5f7f1182a96cfaaf119d866)
365 </para>
366 <itemizedlist>
367 <listitem>
368 <para>
369 <ulink url="http://search.cpan.org/~xaoc/ExtUtils-PkgConfig/">ExtUtils::PkgConfig</ulink>
370 </para>
371 <itemizedlist>
372 <listitem>
373 <para>
374 <ulink url="http://search.cpan.org/~flora/ExtUtils-Depends/">ExtUtils::Depends</ulink>
375 </para>
376 </listitem>
377 </itemizedlist>
378 </listitem>
379 </itemizedlist>
380 </listitem>
381 </itemizedlist>
382
383 <!-- HTML::Parser -->
384 <bridgehead renderas="sect3" id="perl-html-parser"
385 xreflabel="HTML::Parser-&HTML-Parser-version;">
386 HTML::Parser-&HTML-Parser-version;</bridgehead>
387
388 <indexterm zone="perl-modules perl-html-parser">
389 <primary sortas="g-HTML-Parser">HTML::Parser</primary>
390 </indexterm>
391
392 <para>The HTML::Parser distribution is a collection of modules that parse
393 and extract information from HTML documents. This module and the dependency
394 modules use the standard
395 <xref linkend="perl-standard-install"/>.</para>
396
397 <itemizedlist>
398 <listitem>
399 <para>
400 <ulink url="http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-&HTML-Parser-version;.tar.gz">
401 HTML::Parser-&HTML-Parser-version;</ulink> (MD5 sum: d22cc6468ce670a56034be907e4e7c54)
402 </para>
403 <itemizedlist>
404 <listitem>
405 <para>
406 <ulink url="http://search.cpan.org/~petdance/HTML-Tagset/">HTML::Tagset</ulink>
407 </para>
408 </listitem>
409 <listitem>
410 <para>
411 <xref linkend="perl-lwp"/> (circular; howevever, it can
412 be installed after HTML::Parser as it is only a run-time
413 requirement for the included HTML::HeadParser module)
414 </para>
415 </listitem>
416 </itemizedlist>
417 </listitem>
418 </itemizedlist>
419
420 <!-- HTML::TableExtract -->
421 <bridgehead renderas="sect3" id="perl-html-tableextract"
422 xreflabel="HTML::TableExtract-&HTML-TableExtract-version;">
423 HTML::TableExtract-&HTML-TableExtract-version;</bridgehead>
424
425 <indexterm zone="perl-modules perl-html-tableextract">
426 <primary sortas="g-HTML-TableExtract">HTML::TableExtract</primary>
427 </indexterm>
428
429 <para>HTML::TableExtract is a module that simplifies the extraction of the
430 content contained in tables within HTML documents, extracted either as
431 text or encoded element trees. Tables of note may be specified using
432 Headers, Depth, Count, Attributes, or some combination of the four. This
433 module and dependency modules use the standard
434 <xref linkend="perl-standard-install"/>.</para>
435
436 <itemizedlist>
437 <listitem>
438 <para>
439 <ulink url="http://cpan.org/authors/id/M/MS/MSISK/HTML-TableExtract-&HTML-TableExtract-version;.tar.gz">
440 HTML::TableExtract-&HTML-TableExtract-version;</ulink> (MD5sum: ac1b8fa092d53931a9f3fdbba330f5b0)
441 </para>
442 <itemizedlist>
443 <listitem>
444 <para>
445 <ulink url="http://search.cpan.org/~msisk/HTML-Element-Extended/">HTML::Element::Extended</ulink>
446 </para>
447 <itemizedlist>
448 <listitem>
449 <para>
450 <ulink url="http://search.cpan.org/~cjm/HTML-Tree/">HTML::Tree</ulink>
451 </para>
452 <itemizedlist>
453 <listitem>
454 <para>
455 <xref linkend="perl-html-parser"/>
456 </para>
457 </listitem>
458 <listitem>
459 <para>
460 <ulink url="http://search.cpan.org/dist/Test-Fatal/">Test::Fatal</ulink>
461 </para>
462 <itemizedlist>
463 <listitem>
464 <para>
465 <ulink url="http://search.cpan.org/~doy/Try-Tiny/">Try::Tiny</ulink>
466 </para>
467 </listitem>
468 </itemizedlist>
469 </listitem>
470 </itemizedlist>
471 </listitem>
472 </itemizedlist>
473 </listitem>
474 </itemizedlist>
475 </listitem>
476 </itemizedlist>
477
478 <!-- LWP -->
479 <bridgehead renderas="sect3" id="perl-lwp"
480 xreflabel="libwww-perl-&LWP-version;">
481 libwww-perl-&LWP-version; (a.k.a. LWP)</bridgehead>
482
483 <indexterm zone="perl-modules perl-lwp">
484 <primary sortas="g-libwww-perl">libwww-perl</primary>
485 </indexterm>
486
487 <para>The libwww-perl (LWP) collection is a set of
488 <application>Perl</application> modules which provide a simple and
489 consistent application programming interface to the World-Wide Web. The
490 main focus of the library is to provide classes and functions that allow
491 you to write WWW clients. The library also contains modules that are of
492 more general use and even classes that help you implement simple HTTP
493 servers. The LWP collection and all its dependency modules use the standard
494 <xref linkend="perl-standard-install"/>. The dependencies should be
495 installed in the order listed below. Ensure you install the dependency
496 chain for each module before installing the modules.</para>
497
498 <itemizedlist>
499 <listitem>
500 <para>
501 <ulink url="http://cpan.org/authors/id/G/GA/GAAS/libwww-perl-&LWP-version;.tar.gz">
502 libwww-perl-&LWP-version;</ulink> (MD5 sum: 24acf2fe33b2295f048f8859e9665ee3)
503 </para>
504 <itemizedlist>
505 <listitem>
506 <para>
507 <ulink url="http://search.cpan.org/~gaas/Encode-Locale/">Encode::Locale</ulink>
508 </para>
509 </listitem>
510 <listitem>
511 <para>
512 <ulink url="http://search.cpan.org/~gaas/HTML-Form/">HTML::Form</ulink>
513 </para>
514 <itemizedlist>
515 <listitem>
516 <para>
517 <xref linkend="perl-uri"/>
518 </para>
519 </listitem>
520 <listitem>
521 <para>
522 <xref linkend="perl-html-parser"/>
523 </para>
524 </listitem>
525 <listitem>
526 <para>
527 <ulink url="http://search.cpan.org/~gaas/HTTP-Message/">HTTP::Message</ulink>
528 </para>
529 <itemizedlist>
530 <listitem>
531 <para>
532 <ulink url="http://search.cpan.org/~gaas/HTTP-Date/">HTTP::Date</ulink>
533 </para>
534 </listitem>
535 <listitem>
536 <para>
537 <ulink url="http://search.cpan.org/~cjm/IO-HTML/">IO::HTML</ulink>
538 </para>
539 </listitem>
540 <listitem>
541 <para>
542 <ulink url="http://search.cpan.org/~gaas/LWP-MediaTypes/">LWP::MediaTypes</ulink>
543 </para>
544 </listitem>
545 </itemizedlist>
546 </listitem>
547 </itemizedlist>
548 </listitem>
549 <listitem>
550 <para>
551 <ulink url="http://search.cpan.org/~gaas/HTTP-Cookies/">HTTP::Cookies</ulink>
552 </para>
553 </listitem>
554 <listitem>
555 <para>
556 <ulink url="http://search.cpan.org/~gaas/HTTP-Negotiate/">HTTP::Negotiate</ulink>
557 </para>
558 </listitem>
559 <listitem>
560 <para>
561 <ulink url="http://search.cpan.org/~gaas/Net-HTTP/">Net::HTTP</ulink>
562 </para>
563 </listitem>
564 <listitem>
565 <para>
566 <ulink url="http://search.cpan.org/~gaas/WWW-RobotRules/">WWW::RobotRules</ulink>
567 </para>
568 </listitem>
569 <listitem>
570 <para>
571 <ulink url="http://search.cpan.org/~gaas/HTTP-Daemon/">HTTP::Daemon</ulink>
572 </para>
573 </listitem>
574 <listitem>
575 <para>
576 <ulink url="http://search.cpan.org/~gaas/File-Listing/">File::Listing</ulink>
577 </para>
578 </listitem>
579 </itemizedlist>
580 </listitem>
581 </itemizedlist>
582
583 <para>If you want the LWP installation to support the HTTPS protocol,
584 install the following modules:</para>
585
586 <itemizedlist>
587 <listitem>
588 <para>
589 <xref linkend="openssl"/>
590 </para>
591 </listitem>
592 <listitem>
593 <para>
594 <ulink url="http://search.cpan.org/~gaas/LWP-Protocol-https/">LWP::Protocol::https</ulink>
595 </para>
596 <itemizedlist>
597 <listitem>
598 <para>
599 <ulink url="http://search.cpan.org/~behroozi/IO-Socket-SSL/">IO::Socket::SSL</ulink>
600 </para>
601 <itemizedlist>
602 <listitem>
603 <para>
604 <ulink url="http://search.cpan.org/dist/Net-SSLeay/">Net::SSLeay</ulink>
605 </para>
606 </listitem>
607 </itemizedlist>
608 </listitem>
609 <listitem>
610 <para>
611 <ulink url="http://search.cpan.org/~abh/Mozilla-CA/">Mozilla::CA</ulink>
612 </para>
613 </listitem>
614 </itemizedlist>
615 </listitem>
616 </itemizedlist>
617
618
619 <!-- Module::Info
620 <bridgehead renderas="sect3" id="perl-module-info"
621 xreflabel="Module::Info-&Module-Info-version;">
622 Module::Info-&Module-Info-version;</bridgehead>
623
624 <indexterm zone="perl-modules perl-module-info">
625 <primary sortas="g-Module-Info">Module::Info</primary>
626 </indexterm>
627
628 <para>The Module::Info module is quite useful for tasks other than just
629 support of other modules. It can be used from the command-line to tell you
630 if a particular module is included in, or has been installed into your
631 <application>Perl</application> installation. Additionally, Module::Info
632 can tell you what version of a module is installed and what dependencies
633 are required for it. You can even use Module::Info to gather dependencies
634 of uninstalled modules. The Module::Info module and dependencies install
635 using the standard <application>Perl</application> module
636 <xref linkend="perl-standard-install"/>.</para>
637
638 <itemizedlist>
639 <listitem>
640 <para>
641 <ulink url="http://www.cpan.org/authors/id/M/MB/MBARBON/Module-Info-&Module-Info-version;.tar.gz">
642 Module-Info-&Module-Info-version;</ulink>
643 </para>
644 </listitem>
645 </itemizedlist>
646 -->
647
648 <!-- Module::Signature
649 <bridgehead renderas="sect3" id="perl-module-signature"
650 xreflabel="Module::Signature-&Module-Signature-version;">
651 Module::Signature-&Module-Signature-version;</bridgehead>
652
653 <indexterm zone="perl-modules perl-module-signature">
654 <primary sortas="g-Module-Signature">Module::Signature</primary>
655 </indexterm>
656
657 <para>The Module::Signature module is used to check and create
658 <filename>SIGNATURE</filename> files for CPAN distributions. After
659 installing Module::Signature you can verify the content of a distribution
660 tarball (if it includes a <filename>SIGNATURE</filename> file) by unpacking
661 the tarball, changing into the newly created directory and issuing the
662 command <command>cpansign -v</command>. It will check each file's
663 integrity, as well as the signature's validity. Note that some of the
664 dependencies appear to be circular, however, they are only run-time
665 conflicts and you should be able to fully utilize them as long as
666 everything is installed. Module::Signature and the dependency modules are
667 installed using the standard <application>Perl</application>
668 module <xref linkend="perl-standard-install"/>.</para>
669
670 <itemizedlist>
671 <listitem>
672 <para>
673 <ulink url="http://cpan.org/authors/id/A/AU/AUDREYT/Module-Signature-&Module-Signature-version;.tar.gz">
674 Module-Signature-&Module-Signature-version;</ulink>
675 </para>
676 <itemizedlist>
677 <listitem>
678 <para>
679 <xref linkend="perl-text-diff"/>
680 </para>
681 </listitem>
682 <listitem>
683 <para>
684 <ulink url="http://cpan.org/authors/id/S/SM/SMUELLER/PAR-Dist-&PAR-Dist-version;.tar.gz">
685 PAR-Dist-&PAR-Dist-version;</ulink>
686 </para>
687 <itemizedlist>
688 <listitem>
689 <para>
690 <xref linkend="perl-archive-zip"/>
691 </para>
692 </listitem>
693 <listitem>
694 <para>
695 <xref linkend="perl-lwp"/>
696 </para>
697 </listitem>
698 <listitem>
699 <para>
700 <xref linkend="perl-module-signature"/>
701 </para>
702 </listitem>
703 </itemizedlist>
704 </listitem>
705 <listitem>
706 <para>
707 <xref linkend="gnupg"/>
708 </para>
709 </listitem>
710 </itemizedlist>
711 </listitem>
712 </itemizedlist>
713 -->
714
715 <!-- Net::DNS -->
716 <bridgehead renderas="sect3" id="perl-net-dns"
717 xreflabel="Net::DNS-&Net-DNS-version;">
718 Net::DNS-&Net-DNS-version;</bridgehead>
719
720 <indexterm zone="perl-modules perl-net-dns">
721 <primary sortas="g-Net-DNS">Net::DNS</primary>
722 </indexterm>
723
724 <para>Net::DNS is a DNS resolver implemented in
725 <application>Perl</application>. It can be used to perform nearly any type
726 of DNS query from a <application>Perl</application> script. The Net::DNS
727 module and all its dependencies are installed using the standard
728 <xref linkend="perl-standard-install"/>.</para>
729
730 <itemizedlist>
731 <listitem>
732 <para>
733 <ulink url="http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-&Net-DNS-version;.tar.gz">
734 Net::DNS-&Net-DNS-version;</ulink> (MD5 sum: 3c91eba5c44426e0abd84f0eb43c4158)
735 </para>
736 <itemizedlist>
737 <listitem>
738 <para>
739 <ulink url="http://search.cpan.org/~gaas/Digest-HMAC/">Digest::HMAC</ulink>
740 </para>
741 </listitem>
742 <listitem>
743 <para>
744 <ulink url="http://search.cpan.org/~gbarr/IO/lib/IO/Socket/INET.pm">IO::Socket::INET</ulink>
745 (required for IPv6 support)
746 </para>
747 <itemizedlist>
748 <listitem>
749 <para>
750 <ulink url="http://search.cpan.org/~umemoto/Socket6/">Socket6</ulink>
751 </para>
752 </listitem>
753 </itemizedlist>
754 </listitem>
755 </itemizedlist>
756 </listitem>
757 </itemizedlist>
758
759 <!-- SGMLSpm -->
760 <bridgehead renderas="sect3" id="perl-sgmlspm"
761 xreflabel="SGMLSpm-&SGMLSpm-version;">
762 SGMLSpm-&SGMLSpm-version;</bridgehead>
763
764 <indexterm zone="perl-modules perl-sgmlspm">
765 <primary sortas="g-SGMLSpm">SGMLSpm</primary>
766 </indexterm>
767
768 <para>The SGMLSpm module is a <application>Perl</application> library
769 used for parsing the output from James Clark's SGMLS and NSGMLS
770 parsers. This modules uses the standard
771 <xref linkend="perl-standard-install"/>. Before beginning the build, issue
772 the following command to prevent an error:</para>
773
774<screen><userinput>chmod -v 644 MYMETA.yml</userinput></screen>
775
776 <itemizedlist>
777 <listitem>
778 <para>
779 <ulink url="http://search.cpan.org/CPAN/authors/id/R/RA/RAAB/SGMLSpm-&SGMLSpm-version;.tar.gz">
780 SGMLSpm-&SGMLSpm-version;</ulink> (MD5 sum: 746c74ae969992cedb1a2879b4168090)
781 </para>
782 </listitem>
783 </itemizedlist>
784
785 <!-- Text::Diff
786 <bridgehead renderas="sect3" id="perl-text-diff"
787 xreflabel="Text::Diff-&Text-Diff-version;">
788 Text::Diff-&Text-Diff-version;</bridgehead>
789
790 <indexterm zone="perl-modules perl-text-diff">
791 <primary sortas="g-Text-Diff">Text::Diff</primary>
792 </indexterm>
793
794 <para>Text::Diff is used to perform diffs on files and record sets. It
795 provides a basic set of services akin to the GNU <command>diff</command>
796 utility. It is not anywhere near as feature complete as GNU
797 <command>diff</command>, but it is better integrated with
798 <application>Perl</application> and available on all platforms. Text::Diff
799 is often faster than shelling out to a system's <command>diff</command>
800 executable for small files, and generally slower on larger files. The
801 modules listed below are installed using the standard
802 <application>Perl</application> module
803 <xref linkend="perl-standard-install"/>.</para>
804
805 <itemizedlist>
806 <listitem>
807 <para>
808 <ulink url="http://cpan.org/authors/id/R/RB/RBS/Text-Diff-&Text-Diff-version;.tar.gz">
809 Text-Diff-&Text-Diff-version;</ulink></para>
810 <itemizedlist>
811 <listitem>
812 <para>
813 <ulink url="http://cpan.org/authors/id/T/TY/TYEMQ/Algorithm-Diff-&Algorithm-Diff-version;.tar.gz">
814 Algorithm-Diff-&Algorithm-Diff-version;</ulink></para>
815 </listitem>
816 </itemizedlist>
817 </listitem>
818 </itemizedlist>
819 -->
820
821 <!-- Tk
822 <bridgehead renderas="sect3" id="tk-perl"
823 xreflabel="Tk-Perl-&Tk-Perl-version;">
824 Tk-&Tk-Perl-version;</bridgehead>
825
826 <indexterm zone="perl-modules tk-perl">
827 <primary sortas="g-Tk">Tk</primary>
828 </indexterm>
829
830 <para>The <application>Tk</application> module is a
831 <application>Perl</application> interface to the
832 <application>Tk</application> package. The goal of this release is Unicode
833 support via <application>Perl</application>'s and
834 core-<application>Tk</application>'s use of UTF-8. Tk-&Tk-Perl-version;
835 builds and loads into a threaded <application>Perl</application> but is NOT
836 yet thread safe. The module is installed using the standard
837 <application>Perl</application> module
838 <xref linkend="perl-standard-install"/>.</para>
839
840 <itemizedlist>
841 <listitem>
842 <para>
843 <ulink url="http://www.cpan.org/authors/id/S/SR/SREZIC/Tk-&Tk-Perl-version;.tar.gz">
844 Tk-&Tk-Perl-version;</ulink></para>
845 <itemizedlist>
846 <listitem>
847 <para>
848 <xref linkend="tk"/> and <xref linkend="libjpeg"/>
849 </para>
850 </listitem>
851 </itemizedlist>
852 </listitem>
853 </itemizedlist>
854 -->
855
856 <!-- URI -->
857 <bridgehead renderas="sect3" id="perl-uri"
858 xreflabel="URI-&URI-version;">
859 URI-&URI-version;</bridgehead>
860
861 <indexterm zone="perl-modules perl-uri">
862 <primary sortas="g-URI">URI</primary>
863 </indexterm>
864
865 <para>
866 This module implements the URI class. Objects of this class represent
867 "Uniform Resource Identifier references" as specified in RFC 2396 (and
868 updated by RFC 2732). A Uniform Resource Identifier is a compact string of
869 characters that identifies an abstract or physical resource. A Uniform
870 Resource Identifier can be further classified as either a Uniform Resource
871 Locator (URL) or a Uniform Resource Name (URN). The distinction between
872 URL and URN does not matter to the URI class interface. A "URI-reference"
873 is a URI that may have additional information attached in the form of a
874 fragment identifier. This module uses the standard
875 <xref linkend="perl-standard-install"/>.
876 </para>
877
878 <itemizedlist>
879 <listitem>
880 <para>
881 <ulink url="http://www.cpan.org/authors/id/G/GA/GAAS/URI-&URI-version;.tar.gz">
882 URI-&URI-version;</ulink> (MD5 sum: 70f739be8ce28b8baba7c5920ffee4dc)
883 </para>
884 </listitem>
885 </itemizedlist>
886
887 <!-- XML::Parser -->
888 <bridgehead renderas="sect3" id="perl-xml-parser"
889 xreflabel="XML::Parser-&XML-Parser-version;">
890 XML::Parser-&XML-Parser-version;</bridgehead>
891
892 <indexterm zone="perl-modules perl-xml-parser">
893 <primary sortas="g-XML-Parser">XML::Parser</primary>
894 </indexterm>
895
896 <para>The XML::Parser module is a <application>Perl</application> extension
897 interface to James Clark's XML parser,
898 <application>expat</application>. The module uses the standard
899 <xref linkend="perl-standard-install"/>.</para>
900
901 <itemizedlist>
902 <listitem>
903 <para>
904 <ulink url="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/XML-Parser-&XML-Parser-version;.tar.gz">
905 XML::Parser-&XML-Parser-version;</ulink> (MD5 sum: c320d2ffa459e6cdc6f9f59c1185855e)
906 </para>
907 <itemizedlist>
908 <listitem>
909 <para>
910 <xref linkend="expat"/>
911 </para>
912 </listitem>
913 <listitem>
914 <para>
915 <xref linkend="perl-lwp"/> (optionally used during the tests)
916 </para>
917 </listitem>
918 </itemizedlist>
919
920 </listitem>
921 </itemizedlist>
922
923 <!-- XML::Simple -->
924 <bridgehead renderas="sect3" id="perl-xml-simple"
925 xreflabel="XML::Simple-&XML-Simple-version;">
926 XML::Simple-&XML-Simple-version;</bridgehead>
927
928 <indexterm zone="perl-modules perl-xml-simple">
929 <primary sortas="g-XML-Simple">XML::Simple</primary>
930 </indexterm>
931
932 <para>The XML::Simple module is a <application>Perl</application> extension
933 that provides an easy API to read and write XML (especially config files).
934 This module and all dependency modules use the standard
935 <xref linkend="perl-standard-install"/>.</para>
936
937 <itemizedlist>
938 <listitem>
939 <para>
940 <ulink url="http://cpan.org/authors/id/G/GR/GRANTM/XML-Simple-&XML-Simple-version;.tar.gz">
941 XML::Simple-&XML-Simple-version;</ulink> (MD5 sum: 4d10964e123b76eca36678464daa63cd)
942 </para>
943 <itemizedlist>
944 <listitem>
945 <para>
946 One of the following four modules must be installed:
947 </para>
948 <itemizedlist>
949 <listitem>
950 <para>
951 <ulink url="http://search.cpan.org/~grantm/XML-SAX/">XML-SAX</ulink>
952 </para>
953 <itemizedlist>
954 <listitem>
955 <para>
956 <ulink url="http://search.cpan.org/~perigrin/XML-NamespaceSupport/">
957 XML-NamespaceSupport</ulink>
958 </para>
959 </listitem>
960 </itemizedlist>
961 </listitem>
962 <listitem>
963 <para>
964 <ulink url="http://search.cpan.org/~bjoern/XML-SAX-Expat/">XML-SAX-Expat</ulink>
965 </para>
966 </listitem>
967 <listitem>
968 <para id="perl-xml-libxml">
969 <ulink url="http://search.cpan.org/~shlomif/XML-LibXML/">XML-LibXML</ulink>
970 </para>
971 </listitem>
972 <listitem>
973 <para>
974 <xref linkend="perl-xml-parser"/>
975 </para>
976 </listitem>
977 </itemizedlist>
978 </listitem>
979 <listitem>
980 <para>
981 <ulink url="http://search.cpan.org/~chorny/Tie-IxHash/">Tie-IxHash</ulink>
982 </para>
983 </listitem>
984 </itemizedlist>
985 </listitem>
986 </itemizedlist>
987
988 <!-- YAML
989 <bridgehead renderas="sect3" id="perl-yaml"
990 xreflabel="YAML-&YAML-version;">
991 YAML-&YAML-version;</bridgehead>
992
993 <indexterm zone="perl-modules perl-yaml">
994 <primary sortas="g-YAML">YAML</primary>
995 </indexterm>
996
997 <para>The <application>YAML</application> modules implement a
998 <application>YAML</application> Loader and Dumper based on the
999 <application>YAML</application> 1.0 specification
1000 <ulink url="http://www.yaml.org/spec/"/>.
1001 <application>YAML</application> is a generic data serialization language
1002 that is optimized for human readability. It can be used to express the data
1003 structures of most modern programming languages. The module and
1004 dependencies are installed using the standard
1005 <application>Perl</application> module
1006 <xref linkend="perl-standard-install"/>.</para>
1007
1008 <note>
1009 <para>The <application>YAML</application>,
1010 <application>Test::Base</application> and
1011 <application>Spiffy</application> modules will install UTF-8
1012 encoded manual pages. To modify the manual pages so that non-UTF-8
1013 encoded pages are installed, issue the following commands (before
1014 any other build commands):</para>
1015
1016<screen><literal>For <application>Spiffy</application>: <command>sed -i 's,\xc3\xb6,o,' lib/Spiffy.pm</command>
1017
1018For <application>Test::Base</application>: <command>sed -i 's,\xc3\xb6,o,' \
1019 lib/Test/Base{,/Filter}.pm \
1020 lib/Module/Install/TestBase.pm</command>
1021
1022For <application>YAML</application>: <command>sed -i 's,\xc3\xb6,o,' \
1023 ysh \
1024 lib{,/Test}/YAML.pm \
1025 lib/YAML/{Types,Node,Error,Marshall,Tag,Base}.pm \
1026 lib/YAML/{Loader,Dumper}{,/Base}.pm</command></literal></screen>
1027
1028 </note>
1029
1030 <itemizedlist>
1031 <listitem>
1032 <para>
1033 <ulink url="http://cpan.org/authors/id/I/IN/INGY/YAML-&YAML-version;.tar.gz">
1034 YAML-&YAML-version;</ulink></para>
1035 <itemizedlist>
1036 <listitem>
1037 <para>
1038 <ulink url="http://cpan.org/authors/id/I/IN/INGY/Test-Base-&Test-Base-version;.tar.gz">
1039 Test-Base-&Test-Base-version;</ulink>
1040 (optionally used during the tests)
1041 </para>
1042 <itemizedlist>
1043 <listitem>
1044 <para
1045 <ulink url="http://cpan.org/authors/id/I/IN/INGY/Spiffy-&Spiffy-version;.tar.gz">
1046 Spiffy-&Spiffy-version;</ulink></para>
1047 </listitem>
1048 </itemizedlist>
1049 </listitem>
1050 <listitem>
1051 <para>
1052 <xref linkend="perl-text-diff"/>
1053 (optionally used during the tests)
1054 </para>
1055 </listitem>
1056 </itemizedlist>
1057 </listitem>
1058 </itemizedlist>
1059 -->
1060
1061 </sect2>
1062
1063 <sect2 role="installation" id="perl-standard-install"
1064 xreflabel="build and installation instructions">
1065 <title>Standard Installation of Perl Modules</title>
1066
1067 <para>Install <application>Perl</application> modules by running the
1068 following commands:</para>
1069
1070<screen><userinput>perl Makefile.PL &amp;&amp;
1071make &amp;&amp;
1072make test</userinput></screen>
1073
1074 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
1075
1076<screen role="root"><userinput>make install</userinput></screen>
1077
1078 <note>
1079 <para>When reinstalling a <application>Perl</application> module,
1080 sometimes older versions of the module being reinstalled are in other
1081 directories specified in <parameter>@INC</parameter>. To delete all
1082 other versions of the module being reinstalled (not simply older ones)
1083 set the <varname>UNINST</varname> variable:</para>
1084
1085<screen><userinput>make install UNINST=1</userinput></screen>
1086 </note>
1087
1088 </sect2>
1089
1090 <sect2 role="installation">
1091 <title>(Alternate) Auto Installation of Perl Modules.</title>
1092
1093 <para>There is an alternate way of installing the modules using the
1094 <command>cpan</command> shell <command>install</command> command. The
1095 command automatically downloads the source from the CPAN archive, extracts
1096 it, runs the compilation, testing and installation commands mentioned
1097 above, and removes the build source tree. You may still need to install
1098 dependent library packages before running the automated installation
1099 method.</para>
1100
1101 <para>The first time you run <command>cpan</command>, you'll be prompted
1102 to enter some information regarding download locations and methods. This
1103 information is retained in files located in
1104 <filename class='directory'>~/.cpan</filename>. Start the
1105 <command>cpan</command> shell by issuing '<command>cpan</command>' as the
1106 <systemitem class="username">root</systemitem> user. Any module may now be
1107 installed from the
1108 <emphasis role='underlined'><prompt>cpan&gt;&nbsp;</prompt></emphasis>
1109 prompt with the command:</para>
1110
1111<screen role="root"><userinput>install <replaceable>&lt;Module::Name&gt;</replaceable></userinput></screen>
1112
1113 <para>For additional commands and help, issue '<command>help</command>'
1114 from the
1115 <emphasis role='underlined'><prompt>cpan&gt;&nbsp;</prompt></emphasis>
1116 prompt.</para>
1117
1118 <para>Alternatively, for scripted or non-interactive installations, use the
1119 following syntax as the
1120 <systemitem class="username">root</systemitem> user to install one or more
1121 modules:</para>
1122
1123<screen role="root"><userinput>cpan -i <replaceable>&lt;Module1::Name&gt; &lt;Module2::Name&gt;</replaceable></userinput></screen>
1124
1125 <para>Review the <filename>cpan.1</filename> man page for additional
1126 parameters you can pass to <command>cpan</command> on the command
1127 line.</para>
1128
1129 </sect2>
1130
1131</sect1>
Note: See TracBrowser for help on using the repository browser.