From: Dave Rolsky Date: Mon, 14 Mar 2011 21:34:00 +0000 (-0500) Subject: Remove a TODO item which is done X-Git-Tag: 1.9905~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=17265e0312d2a6d73d81e310f99cd7889f94b21b;p=gitmo%2FMoose.git Remove a TODO item which is done --- diff --git a/TODO b/TODO index cb003ad..242c278 100644 --- a/TODO +++ b/TODO @@ -127,12 +127,6 @@ There's a _lot_ of different conventions in here. Some things to consider: * allowing new( 'name', %args ) vs ( name => 'name', %args ) * Method->wrap vs Method->new -- Role & Class - -These two share a _lot_ of logic, but it's not via shared code. Maybe -implement some sort of role-lit internal thing so we can have a -"HasAttributes" and "HasMethods" role for classes and roles. - - Moose::Meta::TypeConstraint::Parameter{izable,ized} The relationship between these two classes is very odd. In particular,