package TestApp::Controller::Foo; our $VERSION = '0.04'; use Moose; BEGIN { extends 'Catalyst::Controller'; } sub bar : Local { die 42; } 1;