diff options
author | ml1050 <ml1050@freemail.hu> | 2000-08-27 01:24:40 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-27 15:02:37 +0000 |
commit | 6bbf1b34247ce712172c78aebaa1dc75c828f3bc (patch) | |
tree | 1566d54de3389d64b62d58c5a091676993070cec /djgpp | |
parent | 418918ac085b3a689dd373e87c271a6196b21454 (diff) | |
download | perl-6bbf1b34247ce712172c78aebaa1dc75c828f3bc.tar.gz |
DJGPP update from Laszlo Molnar.
Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
Message-Id: <20000826232440.A439@freemail.hu>
p4raw-id: //depot/perl@6844
Diffstat (limited to 'djgpp')
-rw-r--r-- | djgpp/config.over | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/djgpp/config.over b/djgpp/config.over index 5c252362c7..b48774f6f0 100644 --- a/djgpp/config.over +++ b/djgpp/config.over @@ -34,7 +34,8 @@ repair() -e 's=file/=='\ -e 's=File/=='\ -e 's=glob=='\ - -e 's=Glob==' + -e 's=Glob=='\ + -e 's/storable/Storable/' } static_ext=$(repair "$static_ext") extensions=$(repair "$extensions") |