projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4d33dfd
)
win32/FindExt.pm's regression test needs to scan cpan/ as well as ext/
Nicholas Clark [Fri, 25 Sep 2009 19:48:35 +0000 (20:48 +0100)]
win32/FindExt.t
patch
|
blob
|
blame
|
history
diff --git
a/win32/FindExt.t
b/win32/FindExt.t
index
cb4de81
..
d521fa9
100644
(file)
--- 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