TODO: cleanup perlmodlib.PL
Rafael Garcia-Suarez [Mon, 12 Nov 2007 13:31:44 +0000 (13:31 +0000)]
p4raw-id: //depot/perl@32283

pod/perltodo.pod

index ac349b5..5631e06 100644 (file)
@@ -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<make check> 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