X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=TODO;h=e925394938693b2a4cca9a58a9500822c12012f8;hp=01c387336b066c235beaa33e4959bac7628b2a47;hb=6b2a933b5b3820e494f9b5804c7c2eb6083bcf09;hpb=64d969197ee915ca489db95a9ceac4b91a9078ea diff --git a/TODO b/TODO index 01c3873..e925394 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,3 @@ -Pending patches: - - meta test for MX::Emulate::CAF needed by Catalyst::Plugin::Cache::Curried - Back-compat investigation / known issues: - Get engines tested: @@ -39,9 +36,6 @@ Back-compat investigation / known issues: an exception. Needs a test case (Caelum) - Catalyst::Plugin::Authentication new release. - - - Deprecation/Upgrade notice in Catalyst Makefile.PL for known broken - versions of plugins. - Issues with TWMC not being loaded when it used to be in 5.70 (Bill Moseley) @@ -54,7 +48,10 @@ Back-compat investigation / known issues: This obviously needs better tests :/ Cleanups: - + + - Allow turning deprecated warnings off with use Catalyst + qw/-NoDeprecationWarnings/ + - Update Test suite to not assume MyApp ISA Controller - After that set up attr handlers that will output helpful error messages when you do it as well as how to fix it. @@ -66,8 +63,6 @@ Cleanups: - Find whatever in the test suite craps a file called GLOB(0xfoo) onto my disk and fix it. (Believed to be in the optional TEST_HTTP tests?) (t0m) - - Deprecate runtime plugins with warning. - Documentation: - extends in components with attributes must be inside a BEGIN block. @@ -91,3 +86,6 @@ Tests: - Moosified test application? - Test warning from back-compat methods in Catalyst::Dispatcher + + - Test warnings from plugin method on Catalyst +