in reply to How to get the Catalyst Context object

How to get $c in other modules without explicit passing it?

Pass it

only controller should have access to the context, that is a design goal

if something other than controller depends context, its a design mistake (tight coupling)

  • Comment on Re: How to get the Catalyst Context object