diff options
author | Laszlo Molnar <laszlo.molnar@eth.ericsson.se> | 1998-07-11 01:12:11 +0200 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-11 18:43:11 +0000 |
commit | 17f71141966ee46b5f078333acef6afd9893a4f4 (patch) | |
tree | e36a65a900fc3f9da49aac2796d2e58018da99fe /djgpp/config.over | |
parent | c3464db50133a6aa976b7250fa2eb5c58e26f877 (diff) | |
download | perl-17f71141966ee46b5f078333acef6afd9893a4f4.tar.gz |
dos-djgpp update
Message-ID: <19980710231211.A161@cdata.tvnet.hu>
p4raw-id: //depot/perl@1433
Diffstat (limited to 'djgpp/config.over')
-rw-r--r-- | djgpp/config.over | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/djgpp/config.over b/djgpp/config.over index b11b4936fe..fc66e9eca9 100644 --- a/djgpp/config.over +++ b/djgpp/config.over @@ -8,12 +8,14 @@ repair() sed \ -e 's/^b/B/'\ -e 's=\([^a-z_]\)b=\1B='\ + -e 's=data/dumper=Data/Dumper='\ -e 's/db_file/DB_File/'\ -e 's/dynaload/DynaLoader/'\ -e 's/errno/Errno/'\ -e 's/fcntl/Fcntl/'\ -e 's/gdbm_fil/GDBM_File/'\ -e 's/io/IO/'\ + -e 's=ipc/sysv=IPC/SysV='\ -e 's/ndbm_fil/NDBM_File/'\ -e 's/odbm_fil/ODBM_File/'\ -e 's/opcode/Opcode/'\ |