From: Nicholas Clark Date: Fri, 25 Sep 2009 19:48:35 +0000 (+0100) Subject: win32/FindExt.pm's regression test needs to scan cpan/ as well as ext/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=57ad57e0c240e6f9b1b9e73de8068a9bc11b5466;p=p5sagit%2Fp5-mst-13.2.git win32/FindExt.pm's regression test needs to scan cpan/ as well as ext/ --- diff --git a/win32/FindExt.t b/win32/FindExt.t index cb4de81..d521fa9 100644 --- a/win32/FindExt.t +++ b/win32/FindExt.t @@ -9,6 +9,7 @@ use Test::More tests => 10; use FindExt; use Config; +FindExt::scan_ext('../cpan'); FindExt::scan_ext('../ext'); # Config.pm and FindExt.pm make different choices about what should be built