From: Tomas Doran Date: Mon, 6 Feb 2012 22:24:54 +0000 (+0000) Subject: Remove FIXME, why did I think this didn't work? X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=a250d69e3699fd3884f440094d419f7bfff8d53a Remove FIXME, why did I think this didn't work? --- diff --git a/lib/Catalyst/IOC/Container.pm b/lib/Catalyst/IOC/Container.pm index 2cbc1cb..1f007a2 100644 --- a/lib/Catalyst/IOC/Container.pm +++ b/lib/Catalyst/IOC/Container.pm @@ -167,7 +167,6 @@ sub build_home_service { } $home ||= Catalyst::Utils::home($class); -# $class->config(home => $home); # FIXME - Needed to make path_to work. return $home; }, dependencies => [ depends_on('application_name') ],