From: Jesse Luehrs Date: Tue, 6 Sep 2011 03:38:01 +0000 (-0500) Subject: todo-- X-Git-Tag: 2.0300~82 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d18ab021b9218d4c62ef678b3890016d30237e20;p=gitmo%2FMoose.git todo-- --- diff --git a/TODO b/TODO index 62bd2a5..e3b5c7e 100644 --- a/TODO +++ b/TODO @@ -150,14 +150,6 @@ that people would think to use first is the method that they actually mean. Something like renaming find_method_by_name to find_method, and get_method to find_local_method or something along those lines. -=== Move load_class and related stuff out to an external module - -Choices include Class::Load, Module::Runtime, or writing something ourselves. -Module::Runtime doesn't currently support is_class_loaded, and neither of those -two support load_first_existing_class, and we have is_class_loaded in XS at the -moment, because we call it enough internally (mostly by load_class) for it to -be noticeable. - === Move method modifiers out to an external module Class::Method::Modifiers uses a different method for doing method modifiers,