diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-04-12 10:17:24 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-04-12 10:17:24 +0100 |
commit | d62c72f64114f2edf113ee55b29ac1c863a007ee (patch) | |
tree | 5fe1f2d461a60b22e6f5e72b0e842a33f1110f77 /hints/uwin.sh | |
parent | f1a7681278513eea5233f58e1939a9922a31121a (diff) | |
download | perl-d62c72f64114f2edf113ee55b29ac1c863a007ee.tar.gz |
Remove attrs, which has been deprecated since 1999/10/02.
Diffstat (limited to 'hints/uwin.sh')
-rw-r--r-- | hints/uwin.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/uwin.sh b/hints/uwin.sh index a0d3556581..64357c29e6 100644 --- a/hints/uwin.sh +++ b/hints/uwin.sh @@ -32,7 +32,7 @@ #b # compile/link flags #b ldflags=-g #b optimize=-g -#b static_ext="B Data/Dumper Digest/MD5 Errno Fcntl Filter::Util::Call IO IPC/SysV MIME::Base64 Opcode PerlIO::scalar POSIX SDBM_File Socket Storable Unicode::Normalize attrs re" +#b static_ext="B Data/Dumper Digest/MD5 Errno Fcntl Filter::Util::Call IO IPC/SysV MIME::Base64 Opcode PerlIO::scalar POSIX SDBM_File Socket Storable Unicode::Normalize re" #b #static_ext=none #b # dynamic loading needs work #b usedl=undef @@ -109,7 +109,7 @@ optimize=-g # Original, with :: separators, cause make to choke. # No longer seems to be necessary at all. -# static_ext="B Data/Dumper Digest/MD5 Errno Fcntl Filter/Util/Call IO IPC/SysV MIME/Base64 Opcode PerlIO/scalar POSIX SDBM_File Socket Storable Unicode/Normalize attrs re" +# static_ext="B Data/Dumper Digest/MD5 Errno Fcntl Filter/Util/Call IO IPC/SysV MIME/Base64 Opcode PerlIO/scalar POSIX SDBM_File Socket Storable Unicode/Normalize re" # perl malloc will not work usemymalloc=n |