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

2006-08-22 Thread Daniel McBrearty
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, :).

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

2006-08-22 Thread Matt S Trout
Samuel Baechler wrote: it's usually easier to let cpan find the distribution itself. try : cpan install My::Module well, as i said in my previous mail i tried this too (samuel# cpan install Catalyst::Plugin::Session::Store::FastMmap ). but the problem remains the same: cpan can't find

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

2006-08-22 Thread Jonathan Rockway
Daniel McBrearty wrote: it's usually easier to let cpan find the distribution itself. try : cpan install My::Module This is not the correct way to invoke cpan. CPAN installs by default; the command you've listed will install install and My::Module. install.pm happens to be in

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

2006-08-22 Thread A. Pagaltzis
* Jonathan Rockway [EMAIL PROTECTED] [2006-08-22 20:00]: cpan My::Module Another::Module is the correct invocation. Or you can pass `-i` to be explicit: cpan -i My::Module Another::Module Regards, -- Aristotle Pagaltzis // http://plasmasturm.org/

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

2006-08-22 Thread Daniel McBrearty
h. thanks. as it happens, I *did* wonder what all that juno crap was about :-) On 8/22/06, A. Pagaltzis [EMAIL PROTECTED] wrote: * Jonathan Rockway [EMAIL PROTECTED] [2006-08-22 20:00]: cpan My::Module Another::Module is the correct invocation. Or you can pass `-i` to be