it's usually easier to let cpan find the distribution itself. try : cpan install My::Module ....
it will usually then try to install dependencies after asking you Daniel On 8/22/06, Samuel Baechler <[EMAIL PROTECTED]> wrote: > 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 > > > _______________________________________________ > List: [email protected] > Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst > Searchable archive: http://www.mail-archive.com/[email protected]/ > Dev site: http://dev.catalyst.perl.org/ > -- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131 _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
