Skip to content

Instantly share code, notes, and snippets.

@chrisa
Created May 27, 2009 07:47
Show Gist options
  • Select an option

  • Save chrisa/118509 to your computer and use it in GitHub Desktop.

Select an option

Save chrisa/118509 to your computer and use it in GitHub Desktop.
__PACKAGE__->config(
name => 'StatsReceiver',
'Controller::Stats' =>
{
superclasses => [qw/Catalyst::Controller::MessageDriven/],
},
'Model::Stats' =>
{
class => 'StatsReceiver::ToCouchDB',
interface_roles => [qw/StatsReceiver::StatsMessage/],
},
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment