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#
14lib	AnyDBM_File.pm
15lib	AutoLoader.pm
16lib	base.pm
17lib	Benchmark.pm
18lib	Carp.pm
19lib	Carp/Heavy.pm
20lib	Cwd.pm
21lib	constant.pm
22lib	DBM_Filter.pm
23lib	Digest/base.pm
24lib	DirHandle.pm
25lib	Exporter.pm
26lib	Exporter/Heavy.pm
27lib	File/Basename.pm
28lib	File/Compare.pm
29lib	File/Copy.pm
30lib	File/DosGlob.pm
31lib	File/Find.pm
32lib	File/Path.pm
33lib	File/Spec.pm
34lib	File/Spec/Unix.pm
35lib	File/Spec/Win32.pm
36lib	File/Temp.pm
37lib	FileHandle.pm
38lib	Filter/Simple.pm
39lib	if.pm
40lib	integer.pm
41lib	IO/Zlib.pm
42lib	lib.pm
43lib	Net/Cmd.pm
44lib	Net/Config.pm
45lib	Net/Domain.pm
46lib	Net/FTP.pm
47lib	Net/FTP/A.pm
48lib	Net/FTP/E.pm
49lib	Net/FTP/I.pm
50lib	Net/FTP/L.pm
51lib	Net/FTP/dataconn.pm
52lib	Net/NNTP.pm
53lib	Net/Netrc.pm
54lib	Net/Ping.pm
55lib	Net/POP3.pm
56lib	Net/SMTP.pm
57lib	Net/Time.pm
58lib	NEXT.pm
59lib	overload.pm
60lib	SelectSaver.pm
61lib	strict.pm
62lib	Symbol.pm
63lib	UNIVERSAL.pm
64# lib	utf8.pm
65# lib	utf8_heavy.pl
66lib	vars.pm
67lib	warnings.pm
68lib	warnings/register.pm
69#
70# Extensions.
71#
72ext	attributes
73ext	Compress/Raw/Zlib	-zlib-src
74ext	Cwd
75ext	Data/Dumper
76ext	Devel/Peek
77ext	Digest/MD5
78ext	Digest/SHA
79ext	Errno
80ext	Fcntl			CONST
81ext	File/Glob		CONST
82ext	Filter/Util/Call
83ext	Hash/Util
84ext	IO
85ext	List/Util
86ext	Math/BigInt/FastCalc
87ext	MIME/Base64
88ext	PerlIO/scalar
89ext	PerlIO/via
90ext	SDBM_File		-sdbm/db?.c -sdbm/util.c
91ext	Socket			CONST
92ext	Storable
93ext	Text/Soundex
94ext	Time/HiRes		CONST
95ext	Time/Piece
96ext	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
102ext	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
120