X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperltodo.pod;h=6a0d33d74054511e0b070d74680690c71c7f79b7;hb=584420f022db57225e9644b9c6668ff9f567984a;hp=1e1d452db000387567b8e304aeb65171984f9949;hpb=c0e49bd0b903dd5582b2db31a01d4bc820689f5a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 1e1d452..6a0d33d 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -25,32 +25,10 @@ programming languages offer you 1 line of immortality? The roadmap to 5.10 envisages feature based releases, as various items in this TODO are completed. -=head2 Needed for a 5.9.4 release +=head2 Needed for the final 5.10.0 release -=over - -=item * - -Review assertions. Review syntax to combine assertions. Assertions could take -advantage of the lexical pragmas work. L - -=back - -=head2 Needed for a 5.9.5 release - -=over - -=item * -Implement L - -=item * -Implement L - -=back - -=head2 Needed for a 5.9.6 release - -Stabilisation. If all goes well, this will be the equivalent of a 5.10-beta. +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 @@ -60,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 @@ -74,6 +52,9 @@ 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