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 /symbian | |
parent | f1a7681278513eea5233f58e1939a9922a31121a (diff) | |
download | perl-d62c72f64114f2edf113ee55b29ac1c863a007ee.tar.gz |
Remove attrs, which has been deprecated since 1999/10/02.
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/config.pl | 2 | ||||
-rw-r--r-- | symbian/install.cfg | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/symbian/config.pl b/symbian/config.pl index f35efb62e8..09c316faba 100644 --- a/symbian/config.pl +++ b/symbian/config.pl @@ -717,7 +717,7 @@ perl${VERSION}lib.sis perllib.sis: \$(PM) perl${VERSION}ext.sis perlext.sis: perldll_arm buildext_sis perl symbian\\makesis.pl perl${VERSION}ext -EXT = Compress::Raw::Zlib Cwd Data::Dumper Devel::Peek Digest::MD5 Errno Fcntl File::Glob Filter::Util::Call IO List::Util MIME::Base64 PerlIO::scalar PerlIO::via SDBM_File Socket Storable Time::HiRes XSLoader attrs +EXT = Compress::Raw::Zlib Cwd Data::Dumper Devel::Peek Digest::MD5 Errno Fcntl File::Glob Filter::Util::Call IO List::Util MIME::Base64 PerlIO::scalar PerlIO::via SDBM_File Socket Storable Time::HiRes XSLoader buildext: perldll symbian\\xsbuild.pl lib\\Config.pm perl \$(XLIB) symbian\\xsbuild.pl \$(XSBOPT) \$(EXT) diff --git a/symbian/install.cfg b/symbian/install.cfg index b235ecf1a6..cdfe80a266 100644 --- a/symbian/install.cfg +++ b/symbian/install.cfg @@ -69,7 +69,6 @@ lib warnings/register.pm # # Extensions. # -ext attrs ext Compress/Raw/Zlib -zlib-src ext Cwd ext Data/Dumper |