From: Steve Hay Date: Sun, 27 Sep 2009 11:29:59 +0000 (+0100) Subject: Win32 build should scan cpan/ as well as ext/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=338584c0b1c948a967b5e2ecbb69c512410589e4;p=p5sagit%2Fp5-mst-13.2.git Win32 build should scan cpan/ as well as ext/ --- diff --git a/win32/config_sh.PL b/win32/config_sh.PL index c36eeb3..699cd7d 100644 --- a/win32/config_sh.PL +++ b/win32/config_sh.PL @@ -42,6 +42,7 @@ while (@{$optref} && $optref->[0] =~ /^([\w_]+)=(.*)$/) { shift(@{$optref}); } +FindExt::scan_ext("../cpan"); FindExt::scan_ext("../ext"); FindExt::set_static_extensions(split ' ', $opt{'static_ext'});