From: Rafael Garcia-Suarez Date: Thu, 19 Oct 2006 16:20:41 +0000 (+0000) Subject: Trim perltodo. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f0f333bd7f26e749303d062a4fbbac3d02afbb10;p=p5sagit%2Fp5-mst-13.2.git Trim perltodo. p4raw-id: //depot/perl@29054 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index b65009e..7b0bcd7 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -31,10 +31,6 @@ TODO are completed. =item * -Implement L - -=item * - Review smart match semantics in light of Perl 6 developments. =item * @@ -521,23 +517,11 @@ slices. This would be good to fix. The old perltodo notes that lvalue functions don't work in the debugger. This would be good to fix. -=head2 _ prototype character - -Study the possibility of adding a new prototype character, C<_>, meaning -"this argument defaults to $_". - =head2 regexp optimiser optional The regexp optimiser is not optional. It should configurable to be, to allow its performance to be measured, and its bugs to be easily demonstrated. -=head2 UNITCHECK - -Introduce a new special block, UNITCHECK, which is run at the end of a -compilation unit (module, file, eval(STRING) block). This will correspond to -the Perl 6 CHECK. Perl 5's CHECK cannot be changed or removed because the -O.pm/B.pm backend framework depends on it. - =head2 delete &function Allow to delete functions. One can already undef them, but they're still