Parameterized Containers
file: code/ParameterizedContainer/MyBB.pm 58: sub prod { 59: my ($class) = @_; 60: return container 'Prod' => as { 61: alias 'UserAgent' => '/Component/LWP-UserAgent'; 62: alias 'Renderer' => '/Component/TT'; 63: }; 64: }
here's the production environment