This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
win32/FindExt.pm's regression test needs to scan cpan/ as well as ext/
authorNicholas Clark <nick@ccl4.org>
Fri, 25 Sep 2009 19:48:35 +0000 (20:48 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 25 Sep 2009 19:48:35 +0000 (20:48 +0100)
win32/FindExt.t

index cb4de81..d521fa9 100644 (file)
@@ -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