package MyApp::Controller::Root; our $C; sub auto :Private { my ($self, $c) = @_; $C = $c; }