[Moose-commits] r7132 - in Mouse/trunk: . lib

sartak at code2.0beta.co.uk sartak at code2.0beta.co.uk
Sun Dec 21 02:23:49 GMT 2008


Author: sartak
Date: 2008-12-20 18:23:49 -0800 (Sat, 20 Dec 2008)
New Revision: 7132

Modified:
   Mouse/trunk/
   Mouse/trunk/lib/Mouse.pm
Log:
 r77710 at onn:  sartak | 2008-12-20 21:23:40 -0500
 Missing features aren't!



Property changes on: Mouse/trunk
___________________________________________________________________
Name: svk:merge
   - 08e7d58d-de06-4458-8c15-335e402ab116:/local/Mouse:77708
08e7d58d-de06-4458-8c15-335e402ab116:/local/Mouse-trunk:61565
3efe9002-19ed-0310-8735-a98156148065:/Mouse/branches/shika-based:6997
   + 08e7d58d-de06-4458-8c15-335e402ab116:/local/Mouse:77710
08e7d58d-de06-4458-8c15-335e402ab116:/local/Mouse-trunk:61565
3efe9002-19ed-0310-8735-a98156148065:/Mouse/branches/shika-based:6997

Modified: Mouse/trunk/lib/Mouse.pm
===================================================================
--- Mouse/trunk/lib/Mouse.pm	2008-12-20 21:56:23 UTC (rev 7131)
+++ Mouse/trunk/lib/Mouse.pm	2008-12-21 02:23:49 UTC (rev 7132)
@@ -228,33 +228,6 @@
 
 Mouse also has the blessings of Moose's author, stevan.
 
-=head2 MISSING FEATURES
-
-=head3 Roles
-
-We're working on fixing this one! stevan has suggested an implementation
-strategy. Mouse currently ignores methods, so that needs to be fixed next.
-Roles that consist entirely of attributes may be usable in this very version.
-
-=head3 Complex types
-
-User-defined type constraints and parameterized types may be implemented. Type
-coercions probably not (patches welcome).
-
-=head3 Bootstrapped meta world
-
-Very handy for extensions to the MOP. Not pressing, but would be nice to have.
-
-=head3 Modification of attribute metaclass
-
-When you declare an attribute with L</has>, you get the inlined accessors
-installed immediately. Modifying the attribute metaclass, even if possible,
-does nothing.
-
-=head3 Lots more..
-
-MouseX?
-
 =head1 KEYWORDS
 
 =head2 meta -> Mouse::Meta::Class




More information about the Moose-commits mailing list