How to do it - Bread::Board
file: code/BreadBoard/MyBB.pm 8: return container 'CouchPotatoe' => as { 9: service 'FindNewSeries' => ( 10: class => 'FindNewSeries', 11: dependencies => { 12: ua => '/Component/LWP-UserAgent', 13: formatter => '/Component/Number-Format', 14: renderer => '/Component/TT', 15: } 16: );
but the dependencies are declared a bit strange