projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e316074
)
config_sh.PL need to scan dist/ as well as cpan/ and ext/
Nicholas Clark [Mon, 28 Sep 2009 09:48:11 +0000 (10:48 +0100)]
win32/config_sh.PL
patch
|
blob
|
blame
|
history
diff --git
a/win32/config_sh.PL
b/win32/config_sh.PL
index
699cd7d
..
325ae80
100644
(file)
--- a/
win32/config_sh.PL
+++ b/
win32/config_sh.PL
@@
-43,6
+43,7
@@
while (@{$optref} && $optref->[0] =~ /^([\w_]+)=(.*)$/) {
}
FindExt::scan_ext("../cpan");
+FindExt::scan_ext("../dist");
FindExt::scan_ext("../ext");
FindExt::set_static_extensions(split ' ', $opt{'static_ext'});