[Catalyst] Here's my shot at an app to install Catalyst Dependencies

Matt S Trout dbix-class at trout.me.uk
Thu Feb 9 15:07:13 CET 2006


On Thu, Feb 09, 2006 at 01:17:13AM -0800, John Napiorkowski wrote:
> I worked out a good portion of the dependencies (and
> their required install order) in order to get the bulk
> of Task::Catalyst to install on a newly compiled perl
> 5.8.7 installation.  I also created my first shot at a
> shell script that installs all this stuff in a
> (mostly) error free way.

Very cool. Should be possible to do

use CPAN;

CPAN->install("module");
...

so you can turn it into a single perl script.

-- 
     Matt S Trout       Offering custom development, consultancy and support
  Technical Director    contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd.  mst (at) shadowcatsystems.co.uk for more information

 + Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +



More information about the Catalyst mailing list