Note that there is common code in installperl and installman, and that
Nicholas Clark [Wed, 7 Nov 2007 09:51:34 +0000 (09:51 +0000)]
it is a TODO to fix this.

p4raw-id: //depot/perl@32232

pod/perltodo.pod

index 016fb79..e7441f1 100644 (file)
@@ -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<BEGIN> block in F<installperl>
+and F<installman>. 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