[Catalyst] Testing with 5.8 and 5.9 on one system

Tomas Doran bobtfish at bobtfish.net
Wed Sep 19 10:59:30 GMT 2012


On 19 Sep 2012, at 11:07, Hugh Barnard wrote:

> Hi folks Thanks for both of these. What I've done so far, in case anyone else ends up with something like this:
> 
> 1. Partial rehearsal on one of my own systems!
> 2. Used local::lib to get Catalyst in local_perl in my home directory
>     though I think might be able to just use Makefile.pl with PREFIX?
> 3. [Happily] there's a module preload in the application which sets some 'extra' @INC values
>     so I've pushed my local Catalyst directory onto the 'front' of that…

You shouldn't really need or want to do either of step (2) or step (3) here.

Instead you should just set the environment variables that local::lib tells you before running Makefile.PL (unless I'm misunderstanding you).

Cheers
t0m





More information about the Catalyst mailing list