From: Rafael Garcia-Suarez Date: Mon, 13 Nov 2006 15:52:54 +0000 (+0000) Subject: Todo (nice to have): an improvement to ~~ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4fedb12c1678bdd231ce59b2cf5398a8e3354c3b;p=p5sagit%2Fp5-mst-13.2.git Todo (nice to have): an improvement to ~~ p4raw-id: //depot/perl@29265 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 2f16a22..acb5701 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -31,10 +31,6 @@ TODO are completed. =item * -Review smart match semantics in light of Perl 6 developments. - -=item * - Review assertions. Review syntax to combine assertions. Assertions could take advantage of the lexical pragmas work. L @@ -501,6 +497,11 @@ types, as all bets are off during global destruction. These tasks would need C knowledge, and knowledge of how the interpreter works, or a willingness to learn. +=head2 Implement $value ~~ 0 .. $range + +It would be nice to extend the syntax of the C<~~> operator to also +understand numeric (and maybe alphanumeric) ranges. + =head2 Attach/detach debugger from running program The old perltodo notes "With C, you can attach the debugger to a running