implemented "naming" accessor, got rid of Loader/Compat/v0_040.pm
[dbsrgits/DBIx-Class-Schema-Loader.git] / TODO-BACKCOMPAT
1 SL Backcompat Plan:
2
3 *** dynamic schemas
4
5 * should default to 0.04006 mode
6 * __PACKAGE__->naming('current') will turn on current mode
7
8 *** 0.04006 mode
9
10 * use the detector and compat relbuilder ilmari already wrote for static schemas
11 * add a loud warning that says that we're running in backcompat mode, and refers
12   to the ::Manual::UpgradingFrom0.04006 POD.
13
14 *** backcompat tests
15
16 Need a comprehensive backcompat.t
17
18 *** Write ::Manual::UpgradingFrom0.04006 POD
19
20 *** Catalyst Helper
21
22 * Add 'upgrade=1' option that upgrades from both old S::L and old helper,
23   whichever or both.
24 * Warn when old helper output or 0.04000 S::L output is detected, that refers to
25   the upgrade option.
26
27 Release dev S::L, announce to catalyst, dbic lists and #catalyst that testing of
28 backcompat mode is needed, wait 2-3 weeks, then release 0.05000.