[Catalyst] Some "How Do I ..." questions

Bill Moseley moseley at hank.org
Wed Apr 27 07:13:44 CEST 2005


On Tue, Apr 26, 2005 at 07:41:46PM -0400, Andy Grundman wrote:
> You might be interested in a fully-functional Catalyst app that I wrote 
> and released as a generic example.
> 
> http://www.hybridized.org/catalyst/Catalyst-ServerDB-1.0.tar.gz

I'm having trouble getting it installed and running:

cpan> install Plucene::Plugin::Analyzer::SnowballAnalyzer
[...]
t/Plucene-Plugin-Analyzer-SnowballAnalyzer....NOK 2                          
#     Failed test (t/Plucene-Plugin-Analyzer-SnowballAnalyzer.t at line 23)
#     Structures begin differing at:
#          $got->[3] = 'fran'
#     $expected->[3] = 'franc'

Did you have that problem, too?  I did a force install assuming that
the test might just be wrong.

Other dependencies were:

  Time::Piece::Range

There's a lot of dependencies for the example.  (Do I really need the Snowball
stemmers for all the languages?)  It took a while with CPAN to get
things installed.

Also, there's this when first starting up:

    Caught exception "Can't locate object method "search" via package
    "ServerDB::M::CDBI::User" (perhaps you forgot to load
    "ServerDB::M::CDBI::User"?) at
    /home/moseley/ServerDB/script/../lib/Catalyst/Plugin/Authentication/CDBI.pm
    line 248."

    moseley at bumby:~/ServerDB$ ls lib/ServerDB/M
    CDBI.pm


BTW -- trying to install B::C::Everything I get:

Couldn't find a Bundle file in /root/.cpan/build/Bundle-Catalyst-Everything-0.03 at /usr/share/perl/5.8/CPAN.pm line 2081




-- 
Bill Moseley
moseley at hank.org




More information about the Catalyst mailing list