package Dongs; use strict; use warnings; use CatalystX::GlobalContext '$c'; sub foo { $c->action } 1;