fix splitting uppercase names
[dbsrgits/DBIx-Class-Schema-Loader.git] / TODO
diff --git a/TODO b/TODO
index a8846e2..0a020f3 100644 (file)
--- a/TODO
+++ b/TODO
     - add hashref form of generate_pod to control which POD is generated
     - add hashref form of components to control which components are added to
       which classes
-    - add original => {} to all type info rewrites
     - add common tests for preserve_case option
-    - correct handling of CamelCase names with numbers (eg. foo2Bar -> Foo2Bar,
-      foo2_bar)
     - check rel accessors for method conflicts
     - add an option to add extra code to Result classes