diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-04-12 15:05:04 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-04-12 15:05:04 +0100 |
commit | 48462a74af687743eb1706910f2a17ba4180660d (patch) | |
tree | 8370a38a93edf2091d8c7a91c3c61819156cdbc6 /epoc | |
parent | 42f6aa011acc35d253b243e5e9990e254b882076 (diff) | |
download | perl-48462a74af687743eb1706910f2a17ba4180660d.tar.gz |
Convert xsutils.c and lib/attributes.pm to a regular XS extension.
Diffstat (limited to 'epoc')
-rw-r--r-- | epoc/config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epoc/config.sh b/epoc/config.sh index dc884a25ab..5d41313332 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -529,7 +529,7 @@ endservent_r_proto='0' eunicefix=':' exe_ext='' expr='expr' -extensions='Data/Dumper Digest/MD5 Errno Fcntl File/Glob Filter/Util/Call IO List/Util MIME/Base64 Opcode PerlIO/scalar Socket Storable Sys/Hostname Unicode/Storable re' +extensions='Data/Dumper Digest/MD5 Errno Fcntl File/Glob Filter/Util/Call IO List/Util MIME/Base64 Opcode PerlIO/scalar Socket Storable Sys/Hostname Unicode/Storable attributes re' fflushNULL='undef' fflushall='define' find='' |