Subject: | Fey::Model::User should be Forum::Model::User |
The section "TABLE CLASSES" in
http://search.cpan.org/~drolsky/Fey-ORM-0.26/lib/Fey/ORM/Manual/Intro.pod
says:
Finally, you can create new users:
my $user = Fey::Model::User->insert( username => 'autarch',
email => 'autarch@urth.org',
);
but Fey should be Forum