This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.0 alpha 2
[perl5.git] / Todo
1 Set KEEP on constant split
2 Optimize foreach on array.
3 Execute all BEGINs and ENDs.
4 Make a good way to determine if *.pl is being executed directly.
5 Make specialized allocators.
6 Optimize switches.
7 Do debugger
8 Cache eval tree
9 Implement eval once
10 Cache m//g state
11 rcatmaybe
12 Fix length($&)
13 eval {} coredump
14
15 make tr/// return histogram in list context?
16 Do anything with "hint"?
17 When does split() go to @_?
18 undef wantarray in void context?