From: Rafael Garcia-Suarez Date: Mon, 12 Nov 2007 13:31:44 +0000 (+0000) Subject: TODO: cleanup perlmodlib.PL X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b032e2ffe955111db591c5365bd97918c92fc7a1;p=p5sagit%2Fp5-mst-13.2.git TODO: cleanup perlmodlib.PL p4raw-id: //depot/perl@32283 --- 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