Remove FIXME, why did I think this didn't work?
Tomas Doran [Mon, 6 Feb 2012 22:24:54 +0000 (22:24 +0000)]
lib/Catalyst/IOC/Container.pm

index 2cbc1cb..1f007a2 100644 (file)
@@ -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') ],