From 643443a6c98ddbabfe584939985de0fa1902b5d4 Mon Sep 17 00:00:00 2001 From: Florian Ragwitz Date: Fri, 4 Sep 2009 05:37:03 +0200 Subject: [PATCH] Remove fixed TODO entry. --- TODO | 2 -- 1 file changed, 2 deletions(-) diff --git a/TODO b/TODO index bdc8a14..a3cd0a6 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,4 @@ * Implement class Foo; -* Only set up the matching declarators inside of class and role. - (i.e. no augment in role) * Implemet subclass { ... }, meaning class Foo extends OuterClass { ... } for nested classes. * Allow $class = extends Foo { ... }; and $class = with Role { ... }; for