source: general/prog/perl-core-modules.txt@ 2d0650b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 2d0650b was 0b01914, checked in by Ken Moffat <ken@…>, 4 years ago

Perl dependencies for Business::ISBN and Data::Compare.

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

  • Property mode set to 100644
File size: 1.9 KB
Line 
1This is an attempt to make it easier to determine dependencies for perl modules
2by reading Makefile.PL or Build.PL and (sometimes) by reading the testscripts.
3
4It is a list of modules in core perl-5.24.0 which are deps for modules I have
5looked at. Occasionally, a module might need a newer version than what is in
6the current perl release. Usually, that only affects modules used by
7biblatex-biber.
8
9The '::' translates to '/' when looking at a log of what got installed,
10but some are slightly different (library, not pm ?) and some of the
11modules are in the Arch-OS (x86_64-linux-thread-multi) directory.
12
13If you see 'eval' in a Makefile.PL or in a test, it implies that the module
14may be optional. There are one or two exceptions in Makefile.PLs where a
15module is only needed with certain versions of another module
16
17This list is in alphabetical order, with digits and '::' after letters,
18NOT ASCII order
19
20B
21B::Deparse
22base
23blib
24bytes
25Carp
26Config
27constant
28CPAN::Meta
29CPAN::Meta::Prereqs
30CPAN::Meta::Requirements
31Cwd
32Data::Dumper
33Devel::Peek
34Dynaloader
35Encode
36Env
37Exporter
38ExtUtils::CBuilder
39ExtUtils::MakeMaker
40ExtUtils::MM_Unix
41Fcntl
42File::Basename
43File::Compare
44File::Copy
45File::Find
46File::Glob
47File::Path
48File::Spec
49File::Spec::Functions
50File::Temp
51File::Which
52FileHandle
53FindBin
54Getopt::Long
55Hash::Util
56if
57Importer
58integer
59IO::File
60IO::Handle
61IO::Select
62IO::Socket::IP
63IPC::Cmd
64IPC::Open2
65IPC::Open3
66JSON::PP
67lib
68List::Util
69Math::BigInt
70Module::Metadata
71open
72overload
73parent
74PerlIO
75Pod::Simple
76POSIX
77re
78Scalar::Util
79Storable
80strict
81Sub::Util
82Symbol
83Sys::Hostname
84Test
85Test::Builder
86Test::Builder::Module
87Test::Builder::Tester
88Test::Harness
89Test::More
90Test::Tester
91Text::Balanced
92Text::ParseWords
93Tie::Array
94Tie::Hash
95Time::HighRes
96Time::Local
97Unicode::Collate
98Unicode::Normalize
99utf8
100vars
101version
102warnings
103warnings::register
104XSLoader
105
106Any reference to inc:: in the Makefile.PL means that a module used
107during the build or install is shipped within the tarball.
108
Note: See TracBrowser for help on using the repository browser.