Todo (nice to have): an improvement to ~~
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 13 Nov 2006 15:52:54 +0000 (15:52 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 13 Nov 2006 15:52:54 +0000 (15:52 +0000)
p4raw-id: //depot/perl@29265

pod/perltodo.pod

index 2f16a22..acb5701 100644 (file)
@@ -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</What hooks would assertions need?>
 
@@ -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<gdb>, you can attach the debugger to a running