On Thu, Apr 23, 2009 at 11:13 PM, Elliot Shank <p...@galumph.com> wrote: > with > Foo => { exclude => 'foo' }, > Bar => {};
The key is actually "excludes" not "exclude". Moose really needs to use Params::Validate and MooseX::StrictConstructor. :( Shawn