From: Nicholas Clark Date: Wed, 7 Nov 2007 09:51:34 +0000 (+0000) Subject: Note that there is common code in installperl and installman, and that X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=412f19a04803ef1bb3f8994605006a87195f646f;p=p5sagit%2Fp5-mst-13.2.git Note that there is common code in installperl and installman, and that it is a TODO to fix this. p4raw-id: //depot/perl@32232 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 016fb79..e7441f1 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -22,6 +22,15 @@ programming languages offer you 1 line of immortality? =head1 Tasks that only need Perl knowledge +=head2 merge common code in installperl and installman + +There are some common subroutines and a common C block in F +and F. These should probably be merged. It would also be good to +check for duplication in all the utility scripts supplied in the source +tarball. It might be good to move them all to a subdirectory, but this would +require careful checking to find all places that call them, and change those +correctly. + =head2 common test code for timed bail out Write portable self destruct code for tests to stop them burning CPU in