Hi burninbruce, setting up CPAN to follow prequisites and install them automatically might make it easier.
# perl -MCPAN -e shell If it's the first time, it will ask a load of setup questions, choose to follow prerequisites. Otherwise you can set it on with cpan> o conf prerequisites_policy follow cpan> q Then try reinstalling Regards, Peter -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 21 August 2006 10:04 To: [email protected] Subject: [Catalyst] how to get started? I'm a programmer with many years experience with perl and some with CGI scripts but little with CPAN and none with web app frameworks. I've been trying for days to install Catalyst and haven't gotten far. I've tried both "perl -MCPAN 'install Task::Catalyst'" and cat-install and they both fail with many errors in various prerequisite modules. I've tried this on Sun Solaris, NetBSD, and Cygwin, and they fail in similar ways on all three. _______________________________________________ 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/
