diff options
Diffstat (limited to 'misc/perlcore')
-rwxr-xr-x | misc/perlcore | 2 |
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}"; } # ---------------------------------------- |