In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/338584c0b1c948a967b5e2ecbb69c512410589e4?hp=4d834435dc9d660f1ed7c02af11b3819346a9d2d>
- Log ----------------------------------------------------------------- commit 338584c0b1c948a967b5e2ecbb69c512410589e4 Author: Steve Hay <[email protected]> Date: Sun Sep 27 12:29:59 2009 +0100 Win32 build should scan cpan/ as well as ext/ ----------------------------------------------------------------------- Summary of changes: win32/config_sh.PL | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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'}); -- Perl5 Master Repository
