in reply to Re: I get an error using a DBIx::Class model in Catalyst but not when it is standalone
in thread I get an error using a DBIx::Class model in Catalyst but not when it is standalone

I tried reinstalling Catalyst::Plugin::Unicode::Encoding. It passed all tests on 5.8.8, 5.10.1, and 5.12.2, so your problem probably is your Catalyst installation. It's missing some dependencies. Run cpandeps on Catalyst and on Catalyst::Plugin::Unicode::Encoding, and you'll see what I mean. Make sure you have all the dependencies and update them. Then try installing Catalyst::Plugin::Unicode::Encoding again.
  • Comment on Re^2: I get an error using a DBIx::Class model in Catalyst but not when it is standalone

Replies are listed 'Best First'.
Re^3: I get an error using a DBIx::Class model in Catalyst but not when it is standalone
by ivanwillsau (Novice) on Mar 08, 2011 at 21:30 UTC

    If you look at the cpandeps site you will see that there are two failed tests results and Catalyst::Plugin::Unicode::Encoding has about 33% success of passing. The test failure that I get is the same as the two other failures listed there. I have submitted the test report via CPAN::Reporter so that should soon be 3 failures. All other dependencies are met.