diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-13 15:52:54 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-13 15:52:54 +0000 |
commit | 4fedb12c1678bdd231ce59b2cf5398a8e3354c3b (patch) | |
tree | 5e4939e6f7f6b0fd3211dc346ec38f21fc56044b /pod/perltodo.pod | |
parent | 05bab18efbb4de63339671e0a2623b4e3e26cb88 (diff) | |
download | perl-4fedb12c1678bdd231ce59b2cf5398a8e3354c3b.tar.gz |
Todo (nice to have): an improvement to ~~
p4raw-id: //depot/perl@29265
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 9 |
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 |