List of what needs undoing since 0.08196
[dbsrgits/DBIx-Class.git] / TODO_SHORTTERM
1 * 8bab2062 preloading threads.pm is absolute bullshit - remove and find out
2 the real problem (might very well be a Moo bug). But seriously - preloading
3 threads.pm in a BEGIN block?!?!?!
4 * 50e6c52e reenable the test and investigate. A blatant skip is fucking
5 bullshit
6 * a0361822 reenable the win32 test - if it no longer fails for anyone - how
7 will we ever fix it?
8 * 461c7168 has two places where it sets a brand new lexical to undef. Please
9 remove for the sanity of future maintainers (avoid the "why is this here?!")
10 * abfc6aca ignores README - it should never appear during normal operation
11 if it does - something got fucked at the distbuilding stage
12 * 571df676 adds a bugs.t - please rename the test to something sensible
13 * a48693f4 adds 5 files for a test that may even be the same as that from
14 571df676 - please rewrite using the existing schema and delete the rest