Parameterized Containers
file: code/ParameterizedContainer/MyBB.pm 50: sub dev { 51: my ($class) = @_; 52: return container 'Dev' => as { 53: alias 'UserAgent' => '/Component/MockUA'; 54: alias 'Renderer' => '/Component/MockTT'; 55: }; 56: }
but here we link to other services ('/Component/MockUA');