From 70caeb808e21e3ceadadb4f8e18a6578fa0a8bc0 Mon Sep 17 00:00:00 2001 From: Justin Davis Date: Sat, 2 Jun 2012 13:02:30 -0400 Subject: Read core modules in the ext/ dir too. --- misc/perlcore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"; } # ---------------------------------------- -- cgit v1.2.3-24-g4f1b