[Catalyst] Can't find 'Catalyst::Plugin::SessionStateTest'

Samuel Baechler wnw at hispeed.ch
Tue Aug 22 08:12:05 CEST 2006


hi guys
it was a hard work for me too to get Catalyst to work, :). now i am 
going through some tutorials. currently i'm going through 
'Catalyst::Manual::Tutorial'. when i do a 'script/myapp_server.pl' my 
computer complains that some plugins are missing.
so i went to install them. but now i reached a point where i don't know 
what to do. the trouble began when i wanted to install 
'Catalyst-Plugin-Session-Store-FastMmap' manually (before i tried also 
'cpan install Catalyst-Plugin-Session-Store-FastMmap'). i downloaded 
'Catalyst-Plugin-Session-Store-FastMmap' from the web, unpacked it and 
did 'perl Makefile.PL'. as i typed 'make test' my computer said 
'Couldn't load plugin Catalyst::Plugin::SessionStateTest'[1].
when i go to search.cpan.org i am not able to find any plugin with the 
name 'Catalyst::Plugin::SessionStateTest'.
could anybody give me a hint what i can try next.

thanks in advance for your help.

sam

[1]
~/Catalyst-Plugin-Session-Store-FastMmap-0.02# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01use............ok
t/02pod............skipped
        all skipped: set TEST_POD to enable this test
t/03podcoverage....skipped
        all skipped: Test::Pod::Coverage 1.04 required
t/basic............ok 1/19Couldn't load plugin 
"Catalyst::Plugin::SessionStateTest", Can't locate 
Catalyst/Plugin/SessionStateTest.pm in @INC (@INC contains: 
/home/samuel/Desktop/Catalyst-Plugin-Session-Store-FastMmap-0.02/blib/lib 
/home/samuel/Desktop/Catalyst-Plugin-Session-Store-FastMmap-0.02/blib/arch 
/etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 
/usr/local/lib/site_perl /usr/local/lib/perl/5.8.4 
/usr/local/share/perl/5.8.4 .) at 
/usr/local/share/perl/5.8.8/Catalyst.pm line 2099.
 at t/basic.t line 10
BEGIN failed--compilation aborted at t/basic.t line 15.
# Looks like you planned 19 tests but only ran 2.
# Looks like your test died just after 2.
t/basic............dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 3-19
        Failed 17/19 tests, 10.53% okay
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/basic.t    255 65280    19   34 178.95%  3-19
2 tests skipped.
Failed 1/4 test scripts, 75.00% okay. 17/20 subtests failed, 15.00% okay.
make: *** [test_dynamic] Error 255




More information about the Catalyst mailing list