More todo items
[gitmo/Class-MOP.git] / TODO.meta-independence
1 Class::MOP::get_meta - done
2
3 Replace uses of $foo->meta with Class::MOP::get_meta($foo)
4
5 Replace *some* uses of Class::MOP::Class->initialize($pkg) with get_meta
6
7 Smolder the MooseX modules after all said and done
8
9 Figure out an API for Moose::Exporter, for not installing meta, or installing it under a different name
10
11 Tests!
12
13 Document for extension authors why we changed what we did, and how to move forward