More todo items attic/meta-independence
Shawn M Moore [Wed, 7 Jan 2009 16:00:23 +0000 (16:00 +0000)]
TODO.meta-independence

index 60248cb..f0b21f5 100644 (file)
@@ -1,2 +1,13 @@
+Class::MOP::get_meta - done
+
 Replace uses of $foo->meta with Class::MOP::get_meta($foo)
 
+Replace *some* uses of Class::MOP::Class->initialize($pkg) with get_meta
+
+Smolder the MooseX modules after all said and done
+
+Figure out an API for Moose::Exporter, for not installing meta, or installing it under a different name
+
+Tests!
+
+Document for extension authors why we changed what we did, and how to move forward