Catalyst Improving your Catalyst Application #28

Arguments are possible

__PACKAGE__->config( args => { here => 'are', some => 'args' } );

---
Model::Foo:
  args:
    here: are
    some: args
Infinity Interactive