+Namespace cleanup
+ symbol-space: "pl_" prefix for all global vars
+ "Perl_" prefix for all functions
+ CPP-space: restrict what we export from headers
+ stop malloc()/free() pollution unless asked
+ header-space: move into CORE/perl/
+ API-space: begin list of things that constitute public api
+
+MULTIPLICITY support
+ complete work on safe recursive interpreters, C<Perl->new()>
+
+Configure
+ installation layout changes to avoid overwriting old versions
+
+Reliable Signals
+ alternate runops() for signal despatch
+ figure out how to die() in delayed sighandler
+ add tests for Thread::Signal
+
+Win32 stuff
+ automate maintenance of most PERL_OBJECT code
+ get PERL_OBJECT building under gcc
+ rename new headers to be consistent with the rest
+ sort out the spawnvp() mess
+ work out DLL versioning
+ put perlobject in $ARCHNAME so it can coexist with rest
+ get PERL_OBJECT building on non-win32?
+ style-check
+
+Miscellaneous
+ rename and alter ISA.pm
+ magic_setisa should be made to update %FIELDS [???]
+ be generous in accepting foreign line terminations
+ make filenames 8.3 friendly, where feasible
+ upgrade to newer versions of all independently maintained modules
+ add new modules (Data-Dumper, Storable?)
+ test it with large parts of CPAN
+