From: Karen Etheridge Date: Sat, 30 Mar 2013 00:46:29 +0000 (-0700) Subject: add items about coring MX::Aliases, MX::MethodAttributes; type intersections X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6bd51c54d68be2768e5714397b9e2f8b9c9dc9e7;p=gitmo%2FMoose.git add items about coring MX::Aliases, MX::MethodAttributes; type intersections --- diff --git a/TODO b/TODO index 1ef4de5..460dd39 100644 --- a/TODO +++ b/TODO @@ -367,6 +367,15 @@ Roles don't preserve attribute `insertion_order`. Type constraint object constructors don't validate the type name provided. +### MooseX::Aliases in core + +Is there any reason why this would be bad? It would certainly make the +implementation a little faster (it can be inlined better). + +### MooseX::MethodAttributes in core + +discuss + ---- ## Old todo @@ -393,6 +402,7 @@ created ### type intersections Mostly just for Roles +KENTNL is working on this ### inherited slot specs