replacing ::Base with ::Compat now, instead of just unshifting to @ISA, t/backcompat...
[dbsrgits/DBIx-Class-Schema-Loader.git] / TODO-BACKCOMPAT
index 96bf2ad..5b50091 100644 (file)
@@ -9,23 +9,16 @@ SL Backcompat Plan:
 
 * 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::UpgradingFrom4006 POD.
+  to the ::Manual::UpgradingFrom0.04006 POD.
 
-*** 0.04006 tests
+*** backcompat tests
 
-* are in t/backcompat/0.04006
-* have their own lib/
-* should only run with the SCHEMA_LOADER_TESTS_BACKCOMPAT=1 env var
-* need tests_recursive (or whatever) in Makefile.PL
-* need to run in 0.04006 mode (by seeding with a Schema.pm generated by
-  0.04006, activation of backcompat mode should be minimally invasive.)
+These are still failing:
+* t/backcompat/0.04006/23dumpmore.t
 
-*** Schema::Loader::Base
+Need a comprehensive backcompat.t
 
-* 'naming' accessor should be a Class::Accessor::Grouped 'inherited' type
-  accessor, doc is written
-
-*** Write ::Manual::UpgradingFrom4006 POD
+*** Write ::Manual::UpgradingFrom0.04006 POD
 
 *** Catalyst Helper