Created
April 28, 2009 19:22
-
-
Save omega/103325 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use MooseX::Declare; | |
class Golf::Domain extends KiokuX::Model { | |
}; | |
1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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