1 not time plan associated - not even an order implied.
7 - move Language::Befunge::libs::* to Language::Befunge::Libs::* (or
14 - sign module using Module::Signature (minor)
20 - write a real befunge debugger (medium or major)
22 - write a graphical befunge debugger (medium or major)
24 - profile some runs of typical befunge programs to spot the
25 bottlenecks. fix them. (medium or major)
27 - implement resource limits (laheyspace sandboxing, instruction
34 - write subclasses of Language::Befunge::LaheySpace, for different
44 - reorganize t/ dir with subdirs general/, ops/, modules/ or whatever.
47 - maybe walk through tests and clean them. (medium)
49 - perform test coverage and fill in the blanks. using Module::Builder
50 would help on this one. (medium)