load custom content from external un-singularized classes, tested for dynamic schema...
[dbsrgits/DBIx-Class-Schema-Loader.git] / TODO-BACKCOMPAT
index 5b50091..fd763d6 100644 (file)
@@ -1,24 +1,11 @@
 SL Backcompat Plan:
 
-*** dynamic schemas
-
-* should default to 0.04006 mode
-* __PACKAGE__->naming('current') will turn on current mode
-
 *** 0.04006 mode
 
-* use the detector and compat relbuilder ilmari already wrote for static schemas
-* add a loud warning that says that we're running in backcompat mode, and refers
-  to the ::Manual::UpgradingFrom0.04006 POD.
-
-*** backcompat tests
-
-These are still failing:
-* t/backcompat/0.04006/23dumpmore.t
-
-Need a comprehensive backcompat.t
+* test getting custom content from un-singularized classes in _load_external
+  for a static schema
 
-*** Write ::Manual::UpgradingFrom0.04006 POD
+* make use_namespaces the default, and upgrade to it properly
 
 *** Catalyst Helper