From: Jarkko Hietaniemi Date: Thu, 12 Jul 2001 15:29:55 +0000 (+0000) Subject: Temporary workaround. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=70c4e4ee7b5c3958814603143a4843e0ec76b625;p=p5sagit%2Fp5-mst-13.2.git Temporary workaround. p4raw-id: //depot/perl@11309 --- diff --git a/t/lib/1_compile.t b/t/lib/1_compile.t index 2ebfb98..4674639 100644 --- a/t/lib/1_compile.t +++ b/t/lib/1_compile.t @@ -79,6 +79,9 @@ unless (has_extension('NDBM_File')) { delete_by_name('Memoize::NDBM_File'); } +# An odd dependency. +delete_by_name('open') unless has_extension('I18N/Langinfo'); + delete_by_prefix('unicode::'); add_by_name('unicode::distinct'); # put this back