diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-23 13:20:34 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-23 13:20:34 +0000 |
commit | 3357b1b1dc05eb65c7266f1983048cb27893b96c (patch) | |
tree | 9568e90ba7537be2a7cb318819ff5eb50af2fbd2 /hints/uwin.sh | |
parent | 02ccb3c85a7cea3122c550296088fd52ce24537b (diff) | |
download | perl-3357b1b1dc05eb65c7266f1983048cb27893b96c.tar.gz |
Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
- bump the version to 2.14
- drop the base64 tests since they require MIME::Base64
- drop the rfc1321.txt
- drop the hints/dec_osf.pl since it's only needed for
pre-5.005_03 Perls
Todo:
- the U32 alignment testing is now removed; it needs to
be reintroduced as as a Config variable (meaning also
as a Configure test)
- get the new EBCDIC md5sum for MD5.pm
- test in Win32 to see how badly I botched the makefiles
p4raw-id: //depot/perl@9308
Diffstat (limited to 'hints/uwin.sh')
-rw-r--r-- | hints/uwin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/uwin.sh b/hints/uwin.sh index 9141efcd13..cdab6fb715 100644 --- a/hints/uwin.sh +++ b/hints/uwin.sh @@ -24,7 +24,7 @@ i_utime=undef # compile/link flags ldflags=-g optimize=-g -static_ext="B Data/Dumper Fcntl Filter::Util::Call IO IPC/SysV Opcode POSIX SDBM_File Socket Storable attrs" +static_ext="B Data/Dumper Digest/MD5 Fcntl Filter::Util::Call IO IPC/SysV Opcode POSIX SDBM_File Socket Storable attrs" #static_ext=none # dynamic loading needs work usedl=undef |