diff lib/IMPL/Config/Container.pm @ 421:7798345304bc ref20150831

working on IMPL::Config, removed old stuff
author cin
date Sun, 16 Jul 2017 22:59:39 +0300
parents df591e3afd10
children b0481c071bea
line wrap: on
line diff
--- a/lib/IMPL/Config/Container.pm	Sat Feb 25 22:35:26 2017 +0300
+++ b/lib/IMPL/Config/Container.pm	Sun Jul 16 22:59:39 2017 +0300
@@ -111,7 +111,7 @@
 
     foreach my $service (@$all) {
         $context = ActivationContext->new($this)
-          unless $context || $opts{shared};
+          unless $context && $opts{shared};
 
         push @result, $service->Activate($context);
     }