This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 8348ac19a3c3
[perl5.git] / symbian / install.cfg
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     IO/Zlib.pm
42 lib     lib.pm
43 lib     Net/Cmd.pm
44 lib     Net/Config.pm
45 lib     Net/Domain.pm
46 lib     Net/FTP.pm
47 lib     Net/FTP/A.pm
48 lib     Net/FTP/E.pm
49 lib     Net/FTP/I.pm
50 lib     Net/FTP/L.pm
51 lib     Net/FTP/dataconn.pm
52 lib     Net/NNTP.pm
53 lib     Net/Netrc.pm
54 lib     Net/Ping.pm
55 lib     Net/POP3.pm
56 lib     Net/SMTP.pm
57 lib     Net/Time.pm
58 lib     NEXT.pm
59 lib     overload.pm
60 lib     SelectSaver.pm
61 lib     strict.pm
62 lib     Symbol.pm
63 lib     UNIVERSAL.pm
64 # lib   utf8.pm
65 # lib   utf8_heavy.pl
66 lib     vars.pm
67 lib     warnings.pm
68 lib     warnings/register.pm
69
70 # Extensions.
71 #
72 ext     attributes
73 ext     Compress/Raw/Zlib       -zlib-src
74 ext     Cwd
75 ext     Data/Dumper
76 ext     Devel/Peek
77 ext     Digest/MD5
78 ext     Digest/SHA
79 ext     Errno
80 ext     Fcntl                   CONST
81 ext     File/Glob               CONST
82 ext     Filter/Util/Call
83 ext     Hash/Util
84 ext     IO
85 ext     List/Util
86 ext     Math/BigInt/FastCalc
87 ext     MIME/Base64
88 ext     PerlIO/scalar
89 ext     PerlIO/via
90 ext     SDBM_File               -sdbm/db?.c -sdbm/util.c
91 ext     Socket                  CONST
92 ext     Storable
93 ext     Text/Soundex
94 ext     Time/HiRes              CONST
95 ext     Time/Piece              
96 ext     XSLoader
97 # ext   B                       ERROR
98 # ext   ByteLoader              byterun.c ERROR VERSION
99 # ext   Devel/DProf             nonconst
100 # ext   Devel/PPPort            PORT
101 # ext   Encode                  nonconst Encode/encode.h def_t.c encengine.c
102 ext     I18N/Langinfo           PORT
103 # ext   IPC/SysV                PORT
104 # ext   NDBM_File               PORT
105 # ext   ODBM_File               PORT
106 # ext   Opcode                  ERROR
107 # ext   PerlIO/encoding         Encode
108 # ext   POSIX                   CONST USELESS
109 # ext   re                      ERROR
110 # ext   Sys/Hostname            PORT
111 # ext   Sys/Syslog              PORT
112 # ext   threads                 PORT
113 # ext   threads/shared          PORT
114 # ext   Unicode/Normalize       nonconst
115 # ext   Unicode/Collate nonconst
116 # ext   Win32                   USELESS
117 # ext   XS/APItest              USELESS
118 # ext   XS/Typemap              nonconst USELESS
119