summaryrefslogtreecommitdiff
path: root/Todo
diff options
context:
space:
mode:
Diffstat (limited to 'Todo')
-rw-r--r--Todo5
1 files changed, 5 insertions, 0 deletions
diff --git a/Todo b/Todo
index 0db8ae27a6..bf1e7293bb 100644
--- a/Todo
+++ b/Todo
@@ -22,6 +22,11 @@ Would be nice to have
support in perlmain to rerun debugger
regression tests using __DIE__ hook
lexically scoped functions: my sub foo { ... }
+ the basic concept is easy and sound,
+ the difficulties begin with self-referential
+ and mutually referential lexical subs: how to
+ declare the subs?
+ lexically scoped typeglobs? (lexical I/O handles work now)
wantlvalue? more generalized want()/caller()?
named prototypes: sub foo ($foo, @bar) { ... } ?
regression/sanity tests for suidperl