Re: [Catalyst] Something wrong in Catalyst::Model::DBIC::Schema?

2011-02-25 Thread Oleg Kostyuk
Your model was generated by old DBIx::Class::Schema::Loader. Look at http://cpansearch.perl.org/src/RKITOVER/DBIx-Class-Schema-Loader-0.07008/Changes and search for moose for more details. For fix, simply delete use MooseX::NonMoose from your schema class (PTest::Schema). HTH 2011/2/25 Alex

[Catalyst] Something wrong in Catalyst::Model::DBIC::Schema?

2011-02-24 Thread Alex Povolotsky
Hello! Freshly created application with out-of-the-box Catalyst::Model::DBIC::Schema-based model (nothing except creation with helper)fails to run, all modules are fresh. Application just does not run. Have I missed something? ./script/ptest_server.pl Couldn't load class (PTest) because: