From: Jesse Luehrs Date: Mon, 12 Sep 2011 17:27:33 +0000 (-0500) Subject: another todo X-Git-Tag: 2.0300~72 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6ddfb832d1e9927858b8baa403cfd55ccd4628b8;p=gitmo%2FMoose.git another todo --- diff --git a/TODO b/TODO index e3b5c7e..c6a1767 100644 --- a/TODO +++ b/TODO @@ -150,6 +150,12 @@ 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. +=== use Sub::Identify instead of doing our own thing with get_code_info + +No idea why we stopped using Sub::Identify in the past, but there's no reason +not to do this. We have a bug fix in our version (the isGV_with_GP thing), so +this should be submitted to Sub::Identify first. + === Move method modifiers out to an external module Class::Method::Modifiers uses a different method for doing method modifiers,