[Catalyst] Running from CVS/ shapshots, etc.

Matt S Trout dbix-class at trout.me.uk
Tue Dec 20 19:11:24 CET 2005


(top-posting fixed)

On Tue, Dec 20, 2005 at 12:56:38PM -0500, Andrew Libby wrote:
> Matt S Trout wrote:
> >On Tue, Dec 20, 2005 at 09:43:00AM -0500, Andrew Libby wrote:
> >
> >>That's what I'm hoping to do, but how do I run
> >>out of svn?  How is it built?  Is there some
> >>documentation on this process?
> >>    
> >
> >cd /path/to/checkout/trunk/Catalyst
> >perl Makefile.PL
> >make test
> >sudo make install
> >
> >I'm not sure what here isn't obvious ...
> 
> Duh, right...  Sorry about that.  I was thinking
> that it'd be something right in trunk that I'd run.

You mean like

perl -I/path/to/checkout/trunk/Catalyst/lib script/myapp_server.pl

That'd work too but it seems a bit unwieldy. Or you could use PERL5LIB to
set it up. 'man perlrun' is your friend here :)

-- 
     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