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 - profile some runs of typical befunge programs to spot the
23 bottlenecks. fix them. (medium or major)
25 - implement resource limits (laheyspace sandboxing, instruction
32 - write subclasses of Language::Befunge::LaheySpace, for different
42 - maybe walk through tests and clean them. (medium)
44 - perform test coverage and fill in the blanks. using Module::Builder
45 would help on this one. (medium)