more improving test - Bar
[catagits/Catalyst-Runtime.git] / t / lib / TestAppCustomContainer / NoSugarContainer.pm
index ecf423d..e30b08b 100644 (file)
@@ -23,6 +23,7 @@ sub BUILD {
     $self->get_sub_container('model')->add_service(
         Catalyst::IOC::BlockInjection->new(
             name         => 'Bar',
+            lifecycle    => 'Singleton',
             dependencies => [
                 Bread::Board::Dependency->new(
                     service_path => 'Foo',