Skip to content

Instantly share code, notes, and snippets.

@mayhem
Created June 4, 2012 23:31
Show Gist options
  • Save mayhem/2871485 to your computer and use it in GitHub Desktop.
Save mayhem/2871485 to your computer and use it in GitHub Desktop.
Caught exception in MetaBrainz::Server::Controller::Donations->by_date "Attribute (anon) does not pass the type constraint because: Validation failed for 'Boolean' with value 0 (not isa Boolean) at local/lib/perl5/i486-linux-gnu-thread-multi/Moose/Meta/Attribute.pm line 1275
has 'anon' => (
isa => 'Boolean',
is => 'rw',
coerce => 1
);
anon | boolean | default false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment