X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperltodo.pod;h=6a0d33d74054511e0b070d74680690c71c7f79b7;hb=584420f022db57225e9644b9c6668ff9f567984a;hp=a4e655cdcbba2b181e35d89989b877842e5ccdb6;hpb=46925299862a0e463c499a99799cb56d12e9b3a9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perltodo.pod b/pod/perltodo.pod index a4e655c..6a0d33d 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -15,9 +15,20 @@ ideas, and any discussion about them. One set of archives may be found at: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ +What can we offer you in return? Fame, fortune, and everlasting glory? Maybe +not, but if your patch is incorporated, then we'll add your name to the +F file, which ships in the official distribution. How many other +programming languages offer you 1 line of immortality? +=head1 The roadmap to 5.10 +The roadmap to 5.10 envisages feature based releases, as various items in this +TODO are completed. +=head2 Needed for the final 5.10.0 release + +Review perlguts. Significant changes have occured since 5.8, and we can't +release a new version without making sure these are covered. =head1 Tasks that only need Perl knowledge @@ -27,7 +38,7 @@ 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 -> HTML conversion in the core still sucks +=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 can be. It's not actually I simple as it sounds, particularly with the @@ -36,19 +47,51 @@ visual appeal of the HTML generated, and to avoid it having any validation errors. See also L, as the layout of installation tree is needed to improve the cross-linking. +The addition of C and its related modules may make this task +easier to complete. + +=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