Skip to content

Instantly share code, notes, and snippets.

@omega
Created April 28, 2009 19:22
Show Gist options
  • Save omega/103325 to your computer and use it in GitHub Desktop.
Save omega/103325 to your computer and use it in GitHub Desktop.
use MooseX::Declare;
class Golf::Domain extends KiokuX::Model {
};
1;
# Error: Could not load class (Golf) because : Couldn't instantiate component "Golf::Model::Kioku", "Attribute (model_class) does not pass the type constraint because: Validation failed for 'ClassName' failed with value Golf::Domain at /opt/local/lib/perl5/site_perl/5.10.0/Moose/Meta/Attribute.pm line 697
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment