source: general/prog/perl-deps.xml@ a0032d68

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a0032d68 was a0032d68, checked in by Ken Moffat <ken@…>, 5 years ago

First part of perl module updates related to latest versions for biber.

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

  • Property mode set to 100644
File size: 22.6 KB
RevLine 
[a206343]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="Perl Module Dependencies">
9 <?dbhtml filename="perl-deps.html" ?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>Perl Module Dependencies</title>
17
18 <indexterm zone="perl-deps">
19 <primary sortas="a-perl-module-dependencies">Perl Module 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 those 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
[a0032d68]48 the module versions in BLFS-8.4
[a206343]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="perl-algorithm-diff"/>
71 </para>
72 </listitem>
73 <listitem>
74 <para>
[4392a40]75 <xref linkend="perl-b-hooks-endofscope"/>
[a206343]76 </para>
77 </listitem>
78 <listitem>
79 <para>
80 <xref linkend="perl-business-isbn-data"/>
81 </para>
82 </listitem>
83 <listitem>
84 <para>
[4392a40]85 <xref linkend="perl-capture-tiny"/>
[a206343]86 </para>
87 </listitem>
88 <listitem>
89 <para>
[4392a40]90 <xref linkend="perl-class-data-inheritable"/>
[a206343]91 </para>
92 </listitem>
93 <listitem>
94 <para>
[4392a40]95 <xref linkend="perl-class-factory-util"/>
[a206343]96 </para>
97 </listitem>
98 <listitem>
99 <para>
[4392a40]100 <xref linkend="perl-class-inspector"/>
[a206343]101 </para>
102 </listitem>
103 <listitem>
104 <para>
[4392a40]105 <xref linkend="perl-class-singleton"/>
[a206343]106 </para>
107 </listitem>
108 <listitem>
109 <para>
[4392a40]110 <xref linkend="perl-class-tiny"/>
[a206343]111 </para>
112 </listitem>
113 <listitem>
114 <para>
115 <xref linkend="perl-config-autoconf"/>
116 </para>
117 </listitem>
118 <listitem>
119 <para>
[4392a40]120 <xref linkend="perl-cpan-meta-check"/>
[a206343]121 </para>
122 </listitem>
123 <listitem>
124 <para>
[4392a40]125 <xref linkend="perl-datetime"/>
[a206343]126 </para>
127 </listitem>
128 <listitem>
129 <para>
[4392a40]130 <xref linkend="perl-datetime-format-strptime"/>
[a206343]131 </para>
132 </listitem>
133 <listitem>
134 <para>
[4392a40]135 <xref linkend="perl-datetime-locale"/>
[a206343]136 </para>
137 </listitem>
138 <listitem>
139 <para>
[4392a40]140 <xref linkend="perl-datetime-timezone"/>
[a206343]141 </para>
142 </listitem>
143 <listitem>
144 <para>
[4392a40]145 <xref linkend="perl-devel-stacktrace"/>
[a206343]146 </para>
147 </listitem>
148 <listitem>
149 <para>
[4392a40]150 <xref linkend="perl-dist-checkconflicts"/>
[a206343]151 </para>
152 </listitem>
153 <listitem>
154 <para>
[4392a40]155 <xref linkend="perl-encode-locale"/>
[a206343]156 </para>
157 </listitem>
158 <listitem>
159 <para>
[4392a40]160 <xref linkend="perl-eval-closure"/>
[a206343]161 </para>
162 </listitem>
163 <listitem>
164 <para>
[4392a40]165 <xref linkend="perl-exception-class"/>
[a206343]166 </para>
167 </listitem>
168 <listitem>
169 <para>
170 <xref linkend="perl-exporter-tiny"/>
171 </para>
172 </listitem>
173 <listitem>
174 <para>
175 <xref linkend="perl-extutils-libbuilder"/>
176 </para>
177 </listitem>
178 <listitem>
179 <para>
[4392a40]180 <xref linkend="perl-file-copy-recursive"/>
[a206343]181 </para>
182 </listitem>
183 <listitem>
184 <para>
185 <xref linkend="perl-file-find-rule"/>
186 </para>
187 </listitem>
188 <listitem>
189 <para>
[4392a40]190 <xref linkend="perl-file-listing"/>
[a206343]191 </para>
192 </listitem>
193 <listitem>
194 <para>
[4392a40]195 <xref linkend="perl-file-sharedir"/>
[a206343]196 </para>
197 </listitem>
198 <listitem>
199 <para>
[4392a40]200 <xref linkend="perl-file-sharedir-install"/>
[a206343]201 </para>
202 </listitem>
203 <listitem>
204 <para>
205 <xref linkend="perl-html-tagset"/>
206 </para>
207 </listitem>
208 <listitem>
209 <para>
[4392a40]210 <xref linkend="perl-http-cookies"/>
[a206343]211 </para>
212 </listitem>
213 <listitem>
214 <para>
215 <xref linkend="perl-http-date"/>
216 </para>
217 </listitem>
218 <listitem>
219 <para>
220 <xref linkend="perl-http-message"/>
221 </para>
222 </listitem>
223 <listitem>
224 <para>
[4392a40]225 <xref linkend="perl-http-negotiate"/>
[a206343]226 </para>
227 </listitem>
228 <listitem>
229 <para>
[4392a40]230 <xref linkend="perl-importer"/>
[a206343]231 </para>
232 </listitem>
233 <listitem>
234 <para>
235 <xref linkend="perl-io-html"/>
236 </para>
237 </listitem>
238 <listitem>
239 <para>
[4392a40]240 <xref linkend="perl-ipc-system-simple"/>
[a206343]241 </para>
242 </listitem>
243 <listitem>
244 <para>
[4392a40]245 <xref linkend="perl-libwww-perl"/>
[a206343]246 </para>
247 </listitem>
248 <listitem>
249 <para>
250 <xref linkend="perl-list-moreutils-xs"/>
251 </para>
252 </listitem>
253 <listitem>
254 <para>
[4392a40]255 <xref linkend="perl-list-someutils"/>
[a206343]256 </para>
257 </listitem>
258 <listitem>
259 <para>
[4392a40]260 <xref linkend="perl-list-someutils-xs"/>
[a206343]261 </para>
262 </listitem>
263 <listitem>
264 <para>
[4392a40]265 <xref linkend="perl-list-utilsby"/>
[a206343]266 </para>
267 </listitem>
268 <listitem>
269 <para>
270 <xref linkend="perl-lwp-mediatypes"/>
271 </para>
272 </listitem>
273 <listitem>
274 <para>
275 <xref linkend="perl-mime-charset"/>
276 </para>
277 </listitem>
278 <listitem>
279 <para>
[4392a40]280 <xref linkend="perl-module-implementation"/>
[a206343]281 </para>
282 </listitem>
283 <listitem>
284 <para>
[4392a40]285 <xref linkend="perl-module-pluggable"/>
[a206343]286 </para>
287 </listitem>
288 <listitem>
289 <para>
[4392a40]290 <xref linkend="perl-module-runtime"/>
[a206343]291 </para>
292 </listitem>
293 <listitem>
294 <para>
[4392a40]295 <xref linkend="perl-mro-compat"/>
[a206343]296 </para>
297 </listitem>
298 <listitem>
299 <para>
[4392a40]300 <xref linkend="perl-namespace-autoclean"/>
[a206343]301 </para>
302 </listitem>
303 <listitem>
304 <para>
[4392a40]305 <xref linkend="perl-namespace-clean"/>
[a206343]306 </para>
307 </listitem>
308 <listitem>
309 <para>
[4392a40]310 <xref linkend="perl-net-http"/>
[a206343]311 </para>
312 </listitem>
313 <listitem>
314 <para>
315 <xref linkend="perl-net-ssleay"/>
316 </para>
317 </listitem>
318 <listitem>
319 <para>
[4392a40]320 <xref linkend="perl-number-compare"/>
[a206343]321 </para>
322 </listitem>
323 <listitem>
324 <para>
[4392a40]325 <xref linkend="perl-package-stash"/>
[a206343]326 </para>
327 </listitem>
328 <listitem>
329 <para>
[4392a40]330 <xref linkend="perl-params-validate"/>
[a206343]331 </para>
332 </listitem>
333 <listitem>
334 <para>
[4392a40]335 <xref linkend="perl-params-validationcompiler"/>
[a206343]336 </para>
337 </listitem>
338 <listitem>
339 <para>
[4392a40]340 <xref linkend="perl-path-tiny"/>
[a206343]341 </para>
342 </listitem>
343 <listitem>
344 <para>
[4392a40]345 <xref linkend="perl-role-tiny"/>
[a206343]346 </para>
347 </listitem>
348 <listitem>
349 <para>
[4392a40]350 <xref linkend="perl-scope-guard"/>
[a206343]351 </para>
352 </listitem>
353 <listitem>
354 <para>
[4392a40]355 <xref linkend="perl-specio"/>
[a206343]356 </para>
357 </listitem>
358 <listitem>
359 <para>
[4392a40]360 <xref linkend="perl-sub-exporter-progressive"/>
[a206343]361 </para>
362 </listitem>
363 <listitem>
364 <para>
[4392a40]365 <xref linkend="perl-sub-identify"/>
[a206343]366 </para>
367 </listitem>
368 <listitem>
369 <para>
[4392a40]370 <xref linkend="perl-sub-info"/>
[a206343]371 </para>
372 </listitem>
373 <listitem>
374 <para>
[4392a40]375 <xref linkend="perl-sub-quote"/>
[a206343]376 </para>
377 </listitem>
378 <listitem>
379 <para>
380 <xref linkend="perl-sub-uplevel"/>
381 </para>
382 </listitem>
383 <listitem>
384 <para>
385 <xref linkend="perl-super"/>
386 </para>
387 </listitem>
388 <listitem>
389 <para>
[4392a40]390 <xref linkend="perl-term-table"/>
[a206343]391 </para>
392 </listitem>
393 <listitem>
394 <para>
[4392a40]395 <xref linkend="perl-test-deep"/>
[a206343]396 </para>
397 </listitem>
398 <listitem>
399 <para>
[4392a40]400 <xref linkend="perl-test-exception"/>
[a206343]401 </para>
402 </listitem>
403 <listitem>
404 <para>
[4392a40]405 <xref linkend="perl-test-fatal"/>
[a206343]406 </para>
407 </listitem>
408 <listitem>
409 <para>
[4392a40]410 <xref linkend="perl-test-file"/>
[a206343]411 </para>
412 </listitem>
413 <listitem>
414 <para>
[4392a40]415 <xref linkend="perl-test-file-sharedir"/>
[a206343]416 </para>
417 </listitem>
418 <listitem>
419 <para>
[4392a40]420 <xref linkend="perl-test-leaktrace"/>
[a206343]421 </para>
422 </listitem>
423 <listitem>
424 <para>
425 <xref linkend="perl-test-mockmodule"/>
426 </para>
427 </listitem>
428 <listitem>
429 <para>
[4392a40]430 <xref linkend="perl-test-needs"/>
[a206343]431 </para>
432 </listitem>
433 <listitem>
434 <para>
[4392a40]435 <xref linkend="perl-test-requires"/>
[a206343]436 </para>
437 </listitem>
438 <listitem>
439 <para>
[4392a40]440 <xref linkend="perl-test-requiresinternet"/>
[a206343]441 </para>
442 </listitem>
443 <listitem>
444 <para>
[4392a40]445 <xref linkend="perl-test-simple"/>
[a206343]446 </para>
447 </listitem>
448 <listitem>
449 <para>
[4392a40]450 <xref linkend="perl-test-utf8"/>
[a206343]451 </para>
452 </listitem>
453 <listitem>
454 <para>
[4392a40]455 <xref linkend="perl-test-warnings"/>
[a206343]456 </para>
457 </listitem>
458 <listitem>
459 <para>
[4392a40]460 <xref linkend="perl-test-without-module"/>
[a206343]461 </para>
462 </listitem>
463 <listitem>
464 <para>
[4392a40]465 <xref linkend="perl-test2-plugin-nowarnings"/>
[a206343]466 </para>
467 </listitem>
468 <listitem>
469 <para>
[4392a40]470 <xref linkend="perl-test2-suite"/>
[a206343]471 </para>
472 </listitem>
473 <listitem>
474 <para>
475 <xref linkend="perl-text-csv_xs"/>
476 </para>
477 </listitem>
478 <listitem>
479 <para>
480 <xref linkend="perl-text-diff"/>
481 </para>
482 </listitem>
483 <listitem>
484 <para>
[4392a40]485 <xref linkend="perl-text-glob"/>
[a206343]486 </para>
487 </listitem>
488 <listitem>
489 <para>
490 <xref linkend="perl-tie-cycle"/>
491 </para>
492 </listitem>
493 <listitem>
494 <para>
[4392a40]495 <xref linkend="perl-try-tiny"/>
[a206343]496 </para>
497 </listitem>
498 <listitem>
499 <para>
[4392a40]500 <xref linkend="perl-variable-magic"/>
[a206343]501 </para>
502 </listitem>
503 <listitem>
504 <para>
[4392a40]505 <xref linkend="perl-www-robotrules"/>
[a206343]506 </para>
507 </listitem>
508 <listitem>
509 <para>
[4392a40]510 <xref linkend="perl-xml-libxml"/>
[a206343]511 </para>
512 </listitem>
513 <listitem>
514 <para>
515 <xref linkend="perl-xml-namespacesupport"/>
516 </para>
517 </listitem>
518 <listitem>
519 <para>
[4392a40]520 <xref linkend="perl-xml-sax"/>
[a206343]521 </para>
522 </listitem>
523 <listitem>
524 <para>
525 <xref linkend="perl-xml-sax-base"/>
526 </para>
527 </listitem>
528 <listitem>
529 <para>
530 <xref linkend="perl-xml-sax-expat"/>
531 </para>
532 </listitem>
533 </itemizedlist>
534 </sect2>
535
536 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
537 href="perl-deps/perl-algorithm-diff.xml"/>
538
539 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
540 href="perl-deps/perl-b-hooks-endofscope.xml"/>
541
542 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
543 href="perl-deps/perl-business-isbn-data.xml"/>
544
545 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
546 href="perl-deps/perl-capture-tiny.xml"/>
547
548 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
549 href="perl-deps/perl-class-data-inheritable.xml"/>
550
551 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
552 href="perl-deps/perl-class-factory-util.xml"/>
553
554 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
555 href="perl-deps/perl-class-inspector.xml"/>
556
557 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
558 href="perl-deps/perl-class-singleton.xml"/>
559
560 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
561 href="perl-deps/perl-class-tiny.xml"/>
562
563 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
564 href="perl-deps/perl-config-autoconf.xml"/>
565
566 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
567 href="perl-deps/perl-cpan-meta-check.xml"/>
568
569 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
570 href="perl-deps/perl-datetime.xml"/>
571
572 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
573 href="perl-deps/perl-datetime-format-strptime.xml"/>
574
575 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
576 href="perl-deps/perl-datetime-locale.xml"/>
577
578 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
579 href="perl-deps/perl-datetime-timezone.xml"/>
580
581 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
582 href="perl-deps/perl-devel-stacktrace.xml"/>
583
584 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
585 href="perl-deps/perl-dist-checkconflicts.xml"/>
586
587 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
588 href="perl-deps/perl-encode-locale.xml"/>
589
590 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
591 href="perl-deps/perl-eval-closure.xml"/>
592
593 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
594 href="perl-deps/perl-exception-class.xml"/>
595
596 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
597 href="perl-deps/perl-exporter-tiny.xml"/>
598
599 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
600 href="perl-deps/perl-extutils-libbuilder.xml"/>
601
602 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
603 href="perl-deps/perl-file-copy-recursive.xml"/>
604
605 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
606 href="perl-deps/perl-file-find-rule.xml"/>
607
608 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
609 href="perl-deps/perl-file-listing.xml"/>
610
611 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
612 href="perl-deps/perl-file-sharedir.xml"/>
613
614 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
615 href="perl-deps/perl-file-sharedir-install.xml"/>
616
617 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
618 href="perl-deps/perl-html-tagset.xml"/>
619
620 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
621 href="perl-deps/perl-http-cookies.xml"/>
622
623 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
624 href="perl-deps/perl-http-date.xml"/>
625
626 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
627 href="perl-deps/perl-http-message.xml"/>
628
629 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
630 href="perl-deps/perl-http-negotiate.xml"/>
631
632 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
633 href="perl-deps/perl-importer.xml"/>
634
635 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
636 href="perl-deps/perl-io-html.xml"/>
637
638 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
639 href="perl-deps/perl-ipc-system-simple.xml"/>
640
641 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
642 href="perl-deps/perl-libwww-perl.xml"/>
643
644 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
645 href="perl-deps/perl-list-moreutils-xs.xml"/>
646
647 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
648 href="perl-deps/perl-list-someutils.xml"/>
649
650 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
651 href="perl-deps/perl-list-someutils-xs.xml"/>
652
653 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
654 href="perl-deps/perl-list-utilsby.xml"/>
655
656 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
657 href="perl-deps/perl-lwp-mediatypes.xml"/>
658
659 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
660 href="perl-deps/perl-mime-charset.xml"/>
661
662 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
663 href="perl-deps/perl-module-implementation.xml"/>
664
665 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
666 href="perl-deps/perl-module-pluggable.xml"/>
667
668 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
669 href="perl-deps/perl-module-runtime.xml"/>
670
671 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
672 href="perl-deps/perl-mro-compat.xml"/>
673
674 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
675 href="perl-deps/perl-namespace-autoclean.xml"/>
676
677 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
678 href="perl-deps/perl-namespace-clean.xml"/>
679
680 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
681 href="perl-deps/perl-net-http.xml"/>
682
683 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
684 href="perl-deps/perl-net-ssleay.xml"/>
685
686 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
687 href="perl-deps/perl-number-compare.xml"/>
688
[a0032d68]689<!--
[a206343]690 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a0032d68]691 href="perl-deps/perl-package-deprecationmanager.xml"/>-->
[a206343]692
693 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
694 href="perl-deps/perl-package-stash.xml"/>
695
[a0032d68]696<!--
[a206343]697 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a0032d68]698 href="perl-deps/perl-params-util.xml"/>-->
[a206343]699
700 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
701 href="perl-deps/perl-params-validate.xml"/>
702
703 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
704 href="perl-deps/perl-params-validationcompiler.xml"/>
705
706 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
707 href="perl-deps/perl-path-tiny.xml"/>
708
709 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
710 href="perl-deps/perl-role-tiny.xml"/>
711
712 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
713 href="perl-deps/perl-scope-guard.xml"/>
714
715 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
716 href="perl-deps/perl-specio.xml"/>
717
718 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
719 href="perl-deps/perl-sub-exporter-progressive.xml"/>
720
721 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
722 href="perl-deps/perl-sub-identify.xml"/>
723
724 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
725 href="perl-deps/perl-sub-info.xml"/>
726
727 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
728 href="perl-deps/perl-sub-quote.xml"/>
729
730 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
731 href="perl-deps/perl-sub-uplevel.xml"/>
732
733 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
734 href="perl-deps/perl-super.xml"/>
735
736 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
737 href="perl-deps/perl-term-table.xml"/>
738
739 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
740 href="perl-deps/perl-test-deep.xml"/>
741
742 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
743 href="perl-deps/perl-test-exception.xml"/>
744
745 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
746 href="perl-deps/perl-test-fatal.xml"/>
747
748 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
749 href="perl-deps/perl-test-file.xml"/>
750
751 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
752 href="perl-deps/perl-test-file-sharedir.xml"/>
753
754 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
755 href="perl-deps/perl-test-leaktrace.xml"/>
756
757 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
758 href="perl-deps/perl-test-mockmodule.xml"/>
759
760 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
761 href="perl-deps/perl-test-needs.xml"/>
762
763 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
764 href="perl-deps/perl-test-requires.xml"/>
765
766 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
767 href="perl-deps/perl-test-requiresinternet.xml"/>
768
769 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
770 href="perl-deps/perl-test-simple.xml"/>
771
772 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
773 href="perl-deps/perl-test-utf8.xml"/>
774
775 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
776 href="perl-deps/perl-test-warnings.xml"/>
777
778 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
779 href="perl-deps/perl-test-without-module.xml"/>
780
781 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
782 href="perl-deps/perl-test2-plugin-nowarnings.xml"/>
783
784 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
785 href="perl-deps/perl-test2-suite.xml"/>
786
787 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
788 href="perl-deps/perl-text-csv_xs.xml"/>
789
790 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
791 href="perl-deps/perl-text-diff.xml"/>
792
793 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
794 href="perl-deps/perl-text-glob.xml"/>
795
796 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
797 href="perl-deps/perl-tie-cycle.xml"/>
798
799 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
800 href="perl-deps/perl-try-tiny.xml"/>
801
802 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
803 href="perl-deps/perl-variable-magic.xml"/>
804
805 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
806 href="perl-deps/perl-www-robotrules.xml"/>
807
808 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
809 href="perl-deps/perl-xml-libxml.xml"/>
810
811 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
812 href="perl-deps/perl-xml-namespacesupport.xml"/>
813
814 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
815 href="perl-deps/perl-xml-sax.xml"/>
816
817 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
818 href="perl-deps/perl-xml-sax-base.xml"/>
819
820 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
821 href="perl-deps/perl-xml-sax-expat.xml"/>
822
823</sect1>
Note: See TracBrowser for help on using the repository browser.