Is there anyway to get access to $c
without passing it around? I've got a third party library that runs through CGI::Application
that I bootstrap with Catalyst::Controller::WrapCGI
. What's the best way to get $c
into the code being called so I can prepare to migrate it to Catalyst?
If it doesn't make it accessible, how do I get access to $c
in an application context?