From b032e2ffe955111db591c5365bd97918c92fc7a1 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 12 Nov 2007 13:31:44 +0000 Subject: [PATCH] TODO: cleanup perlmodlib.PL p4raw-id: //depot/perl@32283 --- pod/perltodo.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perltodo.pod b/pod/perltodo.pod index ac349b5..5631e06 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -56,6 +56,12 @@ implements a very basic check for pod files, but the errors it discovers aren't found by podchecker. Add this check to podchecker, get rid of checkpods and have C use podchecker. +=head2 perlmodlib.PL rewrite + +Currently perlmodlib.PL needs to be run from a source directory where perl +has been built, or some modules won't be found, and others will be +skipped. Make it run from a clean perl source tree (so it's reproducible). + =head2 Parallel testing (This probably impacts much more than the core: also the Test::Harness -- 2.7.4