blob: 28760b76c274a57270c9a489e59fbeab68b0689d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
|
# install.cfg
#
# Copyright (c) 2004-2005 Nokia. All Rights Reserved.
#
# This file details what library files to include in the perlXYZlib.sis,
# and what extensions to build for the perlXYZext.sis.
# The lines beginning with "lib" are # included as-is from the lib/.
# The lines beginning with "ext" tell either how to build and package
# the extensions - or not.
#
# Libraries.
#
lib AnyDBM_File.pm
lib AutoLoader.pm
lib base.pm
lib Benchmark.pm
lib Carp.pm
lib Carp/Heavy.pm
lib Cwd.pm
lib constant.pm
lib DBM_Filter.pm
lib Digest/base.pm
lib DirHandle.pm
lib Exporter.pm
lib Exporter/Heavy.pm
lib File/Basename.pm
lib File/Compare.pm
lib File/Copy.pm
lib File/DosGlob.pm
lib File/Find.pm
lib File/Path.pm
lib File/Spec.pm
lib File/Spec/Unix.pm
lib File/Spec/Win32.pm
lib File/Temp.pm
lib FileHandle.pm
lib Filter/Simple.pm
lib if.pm
lib integer.pm
lib IO/Zlib.pm
lib lib.pm
lib Net/Cmd.pm
lib Net/Config.pm
lib Net/Domain.pm
lib Net/FTP.pm
lib Net/FTP/A.pm
lib Net/FTP/E.pm
lib Net/FTP/I.pm
lib Net/FTP/L.pm
lib Net/FTP/dataconn.pm
lib Net/NNTP.pm
lib Net/Netrc.pm
lib Net/Ping.pm
lib Net/POP3.pm
lib Net/SMTP.pm
lib Net/Time.pm
lib NEXT.pm
lib overload.pm
lib SelectSaver.pm
lib strict.pm
lib Symbol.pm
lib UNIVERSAL.pm
# lib utf8.pm
# lib utf8_heavy.pl
lib vars.pm
lib warnings.pm
lib warnings/register.pm
#
# Extensions.
#
ext attributes
ext Compress/Raw/Zlib -zlib-src
ext Cwd
ext Data/Dumper
ext Devel/Peek
ext Digest/MD5
ext Digest/SHA
ext Errno
ext Fcntl CONST
ext File/Glob CONST
ext Filter/Util/Call
ext Hash/Util
ext IO
ext List/Util
ext Math/BigInt/FastCalc
ext MIME/Base64
ext PerlIO/scalar
ext PerlIO/via
ext SDBM_File -sdbm/db?.c -sdbm/util.c
ext Socket CONST
ext Storable
ext Text/Soundex
ext Time/HiRes CONST
ext Time/Piece
ext XSLoader
# ext B ERROR
# ext ByteLoader byterun.c ERROR VERSION
# ext Devel/DProf nonconst
# ext Devel/PPPort PORT
# ext Encode nonconst Encode/encode.h def_t.c encengine.c
# ext I18N/Langinfo PORT
# ext IPC/SysV PORT
# ext NDBM_File PORT
# ext ODBM_File PORT
# ext Opcode ERROR
# ext PerlIO/encoding Encode
# ext POSIX CONST USELESS
# ext re ERROR
# ext Sys/Hostname PORT
# ext Sys/Syslog PORT
# ext threads PORT
# ext threads/shared PORT
# ext Unicode/Normalize nonconst
# ext Unicode/Collate nonconst
# ext Win32 USELESS
# ext XS/APItest USELESS
# ext XS/Typemap nonconst USELESS
|