X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=djgpp%2Fconfig.over;h=f385f55369f86668aad76a08c9cd0ad6b59f6a77;hb=7a8275103724a565c49bc9103575d42057915b64;hp=47ac9a3501d609b68ecf95128253afff584106a9;hpb=ac5fe96247f4a41c9f94d27f22ec6c765f5c05be;p=p5sagit%2Fp5-mst-13.2.git diff --git a/djgpp/config.over b/djgpp/config.over index 47ac9a3..f385f55 100644 --- a/djgpp/config.over +++ b/djgpp/config.over @@ -25,7 +25,7 @@ repair() -e 's/posix/POSIX/'\ -e 's/sdbm_fil/SDBM_File/'\ -e 's/socket/Socket/'\ - -e 's/thread/Thread/'\ + -e 's=[tT]hread[/a-zA-Z]*==g'\ -e 's/byteload/ByteLoader/'\ -e 's=devel/peek=Devel/Peek='\ -e 's=devel/dprof=Devel/DProf='\ @@ -39,7 +39,18 @@ repair() -e 's/encode/Encode/'\ -e 's=filter/util/call=Filter/Util/Call=' \ -e 's=digest/md5=Digest/MD5=' \ - -e 's=perlio/scalar=PerlIO/Scalar=' + -e 's=perlio/scalar=PerlIO/scalar=' \ + -e 's=mime/base64=MIME/Base64=' \ + -e 's=time/hires=Time/HiRes=' \ + -e 's=list/util=List/Util=' \ + -e 's=cwd=Cwd=' \ + -e 's=perlio/via=PerlIO/via=' \ + -e 's=perlio/encoding=PerlIO/encoding=' \ + -e 's=xs/apitest=XS/APItest=' \ + -e 's=xs/typemap=XS/Typemap=' \ + -e 's=unicode/normaliz=Unicode/Normalize=' \ + -e 's=i18n/langinfo=I18N/Langinfo=' \ + -e 's=devel/ppport=Devel/PPPort=' } static_ext=$(repair "$static_ext") extensions=$(repair "$extensions")