Add the NEXTSTEP strftime %j bug to Known Problems.
[p5sagit/p5-mst-13.2.git] / Todo
diff --git a/Todo b/Todo
index 3e7486b..bf1e729 100644 (file)
--- 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
@@ -41,7 +46,7 @@ Would be nice to have
            an extension (Devel::MProf?) that would return the malloc
            stats in a nice Perl datastructure (also a simple interface
            to return just the grand total would be good)
-       a pragma to make << and >> to shit bitvectors instead of numbers
+       a way to make << and >> to shift bitvectors instead of numbers
 
 Possible pragmas
        debugger