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