From: Shawn M Moore Date: Wed, 7 Jan 2009 16:00:23 +0000 (+0000) Subject: More todo items X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9cb0d7b2c96614dd733ee3c65d41d9c246badb1d;p=gitmo%2FClass-MOP.git More todo items --- diff --git a/TODO.meta-independence b/TODO.meta-independence index 60248cb..f0b21f5 100644 --- a/TODO.meta-independence +++ b/TODO.meta-independence @@ -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