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