projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0e6c72d
)
Temporary workaround.
Jarkko Hietaniemi [Thu, 12 Jul 2001 15:29:55 +0000 (15:29 +0000)]
p4raw-id: //depot/perl@11309
t/lib/1_compile.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/1_compile.t
b/t/lib/1_compile.t
index
2ebfb98
..
4674639
100644
(file)
--- 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