From: Nicholas Clark Date: Mon, 28 Sep 2009 09:48:11 +0000 (+0100) Subject: config_sh.PL need to scan dist/ as well as cpan/ and ext/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d284e2f9a7b9f1200f7e4be388deac2dd968a435;p=p5sagit%2Fp5-mst-13.2.git config_sh.PL need to scan dist/ as well as cpan/ and ext/ --- diff --git a/win32/config_sh.PL b/win32/config_sh.PL index 699cd7d..325ae80 100644 --- 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'});