From: Jesse Luehrs Date: Fri, 16 Sep 2011 22:12:59 +0000 (-0500) Subject: note some todo item dependencies X-Git-Tag: 2.0300~66 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d8fed7e3a29970a979baa21ddf32799ff4c392a5;p=gitmo%2FMoose.git note some todo item dependencies --- diff --git a/TODO b/TODO index cd90526..ed51e5d 100644 --- a/TODO +++ b/TODO @@ -55,6 +55,8 @@ Moose extensions that work by calling Moose->init_meta(metaclass => deprecated, so they can be removed later (this should fix the issues with init_meta generation in Moose::Exporter, see RT51561) +This needs to wait until the previous fix gets in, since it will hopefully eliminate the need to write custom init_meta methods entirely. + === Attributes in roles need to be able to participate in role composition Right now, this fails with no decent workaround: @@ -96,6 +98,9 @@ namespace::autoclean to not break things. Also, MooseX::Role::WithOverloading should probably be cored. +This should probably also wait for the metarole unification fix, to avoid the +::WithOverloading stuff being too insane. + == Todo for later