source: general/prog/perl-core-modules.txt@ 7d65f30

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 7d65f30 was 3388a776, checked in by Ken Moffat <ken@…>, 7 years ago

Between versions 1.12 and 1.16, DateTime::Locale acquired extra dependencies. I just wish they had been documented in the Changes. The perl modules used by biber are now up to date as of last Sunday, 4th June.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18816 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) 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::ParseWords
92Tie::Array
93Tie::Hash
94Time::HighRes
95Time::Local
96Unicode::Collate
97Unicode::Normalize
98utf8
99vars
100version
101warnings
102warnings::register
103XSLoader
104
105Any reference to inc:: in the Makefile.PL means that a module used
106during the build or install is shipped within the tarball.
107
Note: See TracBrowser for help on using the repository browser.