From: André Walker Date: Mon, 6 Feb 2012 21:45:47 +0000 (-0200) Subject: added path_to and better config handling to the TODO X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=20ceb68574fa36b43bd1d3a5b209aece7f191be7;hp=03983f624cc797a92c441a839a9c5dd4f62d8303 added path_to and better config handling to the TODO --- 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)