summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/perlcore2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/perlcore b/misc/perlcore
index 0f1a2a2..cfc3ef0 100755
--- a/misc/perlcore
+++ b/misc/perlcore
@@ -62,7 +62,7 @@ sub scan_distroot
sub findmods
{
my($srcdir) = @_;
- return map { scan_distroot($_) } glob "$srcdir/{cpan,dist}";
+ return map { scan_distroot($_) } glob "$srcdir/{cpan,dist,ext}";
}
# ----------------------------------------