From: André Walker Date: Mon, 6 Feb 2012 21:45:54 +0000 (-0200) Subject: Merge branch 'gsoc_breadboard' of git.shadowcat.co.uk:Catalyst-Runtime into gsoc_brea... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=40986ebce0ba70e372abafae687948de9d55734e;hp=49d46dd214c62754393365197de9ed0523f07235 Merge branch 'gsoc_breadboard' of git.shadowcat.co.uk:Catalyst-Runtime into gsoc_breadboard --- diff --git a/TODO b/TODO index 9b4684f..4d932a7 100644 --- a/TODO +++ b/TODO @@ -147,6 +147,11 @@ http://github.com/willert/catalyst-plugin-log4perl-simple/tree ### Next steps + - Push the config built in the container back up onto the app + + - Find a better way to make path_to work. Current fix is in + Catalyst::IOC::Container, subs build_home_service, build_root_service. + - Improve validation on the 'component' methods in Catalyst::IOC (check the type of the component, etc)