Mercurial > pub > Impl
comparison lib/IMPL/Config/Container.pm @ 414:ec6f2d389d1e ref20150831
working on IMPL::Config::Bag
| author | cin | 
|---|---|
| date | Fri, 02 Oct 2015 06:56:24 +0300 | 
| parents | af8d359ee4cc | 
| children | 3d24b10dd0d5 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 413:af8d359ee4cc | 414:ec6f2d389d1e | 
|---|---|
| 56 } | 56 } | 
| 57 | 57 | 
| 58 $service = ValueDescriptor->new( value => $service ) | 58 $service = ValueDescriptor->new( value => $service ) | 
| 59 unless is( $service, Descriptor ); | 59 unless is( $service, Descriptor ); | 
| 60 | 60 | 
| 61 $this->services->Register( $role, $this->roles->GetLinearRoleHash($role), $service ); | 61 $this->services->Register( $this->roles->GetLinearRoleHash($role), $service ); | 
| 62 } | 62 } | 
| 63 | 63 | 
| 64 sub Resolve { | 64 sub Resolve { | 
| 65 my ( $this, $role, %opts ) = @_; | 65 my ( $this, $role, %opts ) = @_; | 
| 66 | 66 | 
