From 532546a15611acd6b5a7cbfcefa3bec593cd3058 Mon Sep 17 00:00:00 2001 From: "Fuji, Goro" Date: Wed, 10 Nov 2010 16:35:12 +0900 Subject: [PATCH] Add TODO --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 00000000..e23142ef --- /dev/null +++ b/TODO @@ -0,0 +1,7 @@ +TODO: + +Makng subclasses of Mouse::Meta::* immutable breaks the classes. + +If one want match_on_type(), it should be supported. + +The 'handles' option for has() is not completely compatible with Moose.