fixme and warning
[catagits/Catalyst-Runtime.git] / t / lib / TestAppCustomContainer / NoSugarContainer.pm
index 79ef2ba..14f5f34 100644 (file)
@@ -31,6 +31,8 @@ sub BUILD {
             catalyst_component_name => 'TestAppCustomContainer::Model::RequestLifeCycle',
             dependencies => {
                 application_name => depends_on( '/application_name' ),
+                # FIXME - this is what is blowing up everything:
+                # DefaultSetup needs the context. It's not getting it here!
                 foo => depends_on('/model/DefaultSetup'),
             },
         )