summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perltodo.pod9
1 files changed, 5 insertions, 4 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index 2f16a22edb..acb5701243 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</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