From: Yuval Kogman Date: Sun, 30 Apr 2006 17:21:37 +0000 (+0000) Subject: Update TODO a little X-Git-Tag: 0_09_03~51 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8245db565ae103bd774390c50fbca1606297ce1e;p=gitmo%2FMoose.git Update TODO a little --- diff --git a/TODO b/TODO index 0939b4b..50dc044 100644 --- a/TODO +++ b/TODO @@ -27,7 +27,9 @@ Mostly just for Roles - attribute delgates -http://rafb.net/paste/results/Z6FfJL34.txt +Introduce capability to control the generated wrapper. Useful for when you have +a wrapper that should implement the interface of it's child, but decorate with +more metadata. - proxy attributes @@ -50,6 +52,17 @@ We certainly have enough meta-information to make pretty complete POD docs. [00:40] stevan I think now that we have the Sub::Exporter stuff in, that kinda thing should be pretty easy +nothingmuch notes that all the constructs should be supported in the entirety of the use clause: + + use Moose ( + has => foo ( + .... + ), + ); + +and that if this usage style is used nothing is exported to the namespace. + + - default should dclone() ------------------------------------------------------------------------------- @@ -68,4 +81,4 @@ To explain Moose from a very high level - \ No newline at end of file +