Win32 build should scan cpan/ as well as ext/
Steve Hay [Sun, 27 Sep 2009 11:29:59 +0000 (12:29 +0100)]
win32/config_sh.PL

index c36eeb3..699cd7d 100644 (file)
@@ -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'});