$ echo ""
$ echo "Which modules do you want to build into perl?"
$! we need to add Byteloader to this list:
-$ dflt = "re Fcntl Encode Errno File::Glob Filter::Util::Call IO Opcode Devel::Peek Devel::DProf Data::Dumper attrs VMS::Stdio VMS::DCLsym B SDBM_File Storable Thread Sys::Hostname Digest::MD5"
+$ dflt = "re Fcntl Encode Errno File::Glob Filter::Util::Call IO Opcode Devel::Peek Devel::DProf Data::Dumper attrs VMS::Stdio VMS::DCLsym B SDBM_File Storable Thread Sys::Hostname Digest::MD5 PerlIO::Scalar"
$ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
$ THEN
$ dflt = dflt + " POSIX"
-e 's=Glob=='\
-e 's/storable/Storable/'\
-e 's/encode/Encode/'\
- -e 's=filter/util/call=Filter/Util/Call='
+ -e 's=filter/util/call=Filter/Util/Call=' \
+ -e 's=digest/md5=Digest/MD5=' \
+ -e 's=perlio/scalar=PerlIO/Scalar='
}
static_ext=$(repair "$static_ext")
extensions=$(repair "$extensions")
eunicefix=':'
exe_ext=''
expr='expr'
-extensions='Data/Dumper File/Glob IO Socket Fcntl Sys/Hostname Errno'
+extensions='Data/Dumper Digest/MD5 Errno Fcntl File/Glob Filter::Util::Call IO Opcode PerlIO::Scalar Socket Storable Sys/Hostname attrs re'
fflushNULL='undef'
fflushall='define'
find=''
optimize='undef'
prefix='psf_prefix'
static_ext='none'
-dynamic_ext='Fcntl IO Opcode Socket'
+dynamic_ext='Data/Dumper Digest/MD5 Errno Fcntl Filter::Util::Call GDBM_File IO Opcode PerlIO::Scalar POSIX Socket Storable attrs re'
useshrplib='define'
# compile/link flags
ldflags=-g
optimize=-g
-static_ext="B Data/Dumper Digest/MD5 Fcntl Filter::Util::Call IO IPC/SysV Opcode POSIX SDBM_File Socket Storable attrs"
+static_ext="B Data/Dumper Digest/MD5 Errno Fcntl Filter::Util::Call IO IPC/SysV Opcode PerlIO::Scalar POSIX SDBM_File Socket Storable attrs re"
#static_ext=none
# dynamic loading needs work
usedl=undef
eagain='EAGAIN'
ebcdic='define'
exe_ext=''
-extensions='Data/Dumper Digest/MD5 Errno Fcntl Filter::Util:Call GDBM_File IO NDBM_File Opcode POSIX Socket Storable IPC/SysV Thread attrs re'
+extensions='Data/Dumper Digest/MD5 Errno Fcntl Filter::Util:Call GDBM_File IO IPC/SysV NDBM_File Opcode PerlIO::Scalar POSIX Socket Storable Thread attrs re'
fpostype='fpos_t'
freetype='void'
groupstype='gid_t'
sizetype='size_t'
so='.a'
ssizetype='ssize_t'
-static_ext='Data/Dumper Fcntl GDBM_File IO IPC/SysV NDBM_File Opcode POSIX Socket Storable Thread attrs re'
+static_ext='Data/Dumper Digest/MD5 Fcntl Filter::Util::Call GDBM_File IO IPC/SysV NDBM_File Opcode PerlIO::Scalar POSIX Socket Storable Thread attrs re'
stdchar='char'
stdio_cnt='(fp)->__countIn'
stdio_ptr='(fp)->__bufPtr'