loaded components logic was wrong - cleaned up a little. Not finished though
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 79bdf3d..3f1e569 100644 (file)
@@ -72,15 +72,9 @@ our $GO        = Catalyst::Exception::Go->new;
 #I imagine that very few of these really need to be class variables. if any.
 #maybe we should just make them attributes with a default?
 __PACKAGE__->mk_classdata($_)
-<<<<<<< HEAD
   for qw/container arguments dispatcher engine log dispatcher_class
-  engine_class context_class request_class response_class stats_class
-  setup_finished/;
-=======
-  for qw/components arguments dispatcher engine log dispatcher_class
   engine_loader context_class request_class response_class stats_class
   setup_finished _psgi_app loading_psgi_file/;
->>>>>>> master
 
 __PACKAGE__->dispatcher_class('Catalyst::Dispatcher');
 __PACKAGE__->request_class('Catalyst::Request');
@@ -2340,10 +2334,6 @@ sub setup_components { shift->container->setup_components }
 
 =cut
 
-# FIXME - removed locate_components
-# don't people mess with this method directly?
-# what to do with that?
-
 sub locate_components {
     my $class = shift;