diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-05-19 12:26:51 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-05-19 12:26:51 +0000 |
commit | 9e6fc21fcd859351f86785f40b58d1227720bc0b (patch) | |
tree | 5d54ec1cb9935f8dfef0ca886495bafca17eff64 /pod/perltodo.pod | |
parent | 2227e2d5ffcdf072881094a254a6a548f18569a0 (diff) | |
download | perl-9e6fc21fcd859351f86785f40b58d1227720bc0b.tar.gz |
Merge common code from installperl and installman into install_lib.pl
p4raw-id: //depot/perl@33862
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index d856c4f634..40159610d3 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -30,15 +30,6 @@ some variation on the big block of C<$Is_Foo> checks. We can safely put this into a file, change it to build an C<%Is> hash and require it. Maybe just put it into F<test.pl>. Throw in the handy tainting subroutines. -=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 |