Don't depend on Class::Data::Inheritable and NEXT.
[catagits/Catalyst-Runtime.git] / TODO
diff --git a/TODO b/TODO
index 94ba5c1..a049144 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,7 @@
+  - Get rid of Class::Inspector. Class::MOP has 'is_class_loaded' and
+    'load_class', which is all we use Class::Inspector for.
+
+  - Make Catalyst::Test use Sub::Exporter or maybe Moose::Exporter.
 
   - Add Class::Accessor compats
     * Catalyst::Request
@@ -12,6 +16,9 @@
 
 
   - GRODITI's list:
+    * Update Test suite to not assume MyApp ISA Controller
+      - After that I'll set up attr handlers that will output helpful
+        error messages when you do it as well as how to fix it.
     * comments marked /Moose TODO/i in the code
     * Fix the CDI compat hack so we can start moving to immutable
     * Profile before and after immutable.