X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperltodo.pod;h=7b10f5fa3a397f6b7819963e78fcf41d7501e456;hb=f71d6157c7933c0d3df645f0411d97d7e2b66b2f;hp=3f1593902f342dd637b0e3cab4985592b778874c;hpb=256d1bb207447524e8a478707a9d2a73dc679170;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 3f15939..7b10f5f 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -4,11 +4,14 @@ perltodo - Perl TO-DO List =head1 DESCRIPTION -This is a list of wishes for Perl. The tasks we think are smaller or -easier are listed first. Anyone is welcome to work on any of these, -but it's a good idea to first contact I to -avoid duplication of effort, and to learn from any previous attempts. -By all means contact a pumpking privately first if you prefer. +This is a list of wishes for Perl. The most up to date version of this file +is at http://perl5.git.perl.org/perl.git/blob_plain/HEAD:/pod/perltodo.pod + +The tasks we think are smaller or easier are listed first. Anyone is welcome +to work on any of these, but it's a good idea to first contact +I to avoid duplication of effort, and to learn from +any previous attempts. By all means contact a pumpking privately first if you +prefer. Whilst patches to make the list shorter are most welcome, ideas to add to the list are also encouraged. Check the perl5-porters archives for past @@ -30,21 +33,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. Throw in the handy tainting subroutines. -=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 -infinite loops. This needs to avoid using alarm, as some of the tests are -testing alarm/sleep or timers. - =head2 POD -E HTML conversion in the core still sucks Which is crazy given just how simple POD purports to be, and how simple HTML @@ -57,49 +45,29 @@ is needed to improve the cross-linking. The addition of C and its related modules may make this task easier to complete. -=head2 merge checkpods and podchecker +=head2 Make ExtUtils::ParseXS use strict; + +F contains this line -F (and C in the F subdirectory) -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. + # use strict; # One of these days... -=head2 perlmodlib.PL rewrite +Simply uncomment it, and fix all the resulting issues :-) -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). +The more practical approach, to break the task down into manageable chunks, is +to work your way though the code from bottom to top, or if necessary adding +extra C<{ ... }> blocks, and turning on strict within them. =head2 Parallel testing (This probably impacts much more than the core: also the Test::Harness and TAP::* modules on CPAN.) -The core regression test suite is getting ever more comprehensive, which has -the side effect that it takes longer to run. This isn't so good. Investigate -whether it would be feasible to give the harness script the B