Change 11309 by jhi@alpha on 2001/07/12 15:29:55
Temporary workaround.
Affected files ...
... //depot/perl/t/lib/1_compile.t#30 edit
Differences ...
==== //depot/perl/t/lib/1_compile.t#30 (text) ====
Index: perl/t/lib/1_compile.t
--- perl/t/lib/1_compile.t.~1~ Thu Jul 12 09:45:06 2001
+++ perl/t/lib/1_compile.t Thu Jul 12 09:45:06 2001
@@ -79,6 +79,9 @@
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
End of Patch.