added Manual/UpgradingFromV4.pod
[dbsrgits/DBIx-Class-Schema-Loader.git] / TODO-BACKCOMPAT
index 8990e2d..afb0316 100644 (file)
@@ -1,22 +1,15 @@
 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.
-
-*** naming accessor
+  to the ::Manual::UpgradingFromV4 POD.
+* preserve custom content from un-singularized Results and delete them when in
+  upgrade mode
 
-* class data for Loader
-* passed to _loader->new
+*** backcompat tests
 
-*** Write ::Manual::UpgradingFrom0.04006 POD
+Need a comprehensive backcompat.t
 
 *** Catalyst Helper