[Catalyst] Two Strange Catalyst/Apache Issues

Carl Johnstone catalyst at fadetoblack.me.uk
Fri May 25 11:00:27 GMT 2007


> <Perl>
>     use lib qw(/.../bylines); # This block only matters when the app is
> outside the default Perl areas
> </Perl>

Is that really what you have? ... probably is right, and you are missing the 
lib of the end of the path?

We use:

<Perl>
    use lib qw(/path/to/CatProject/lib/);
</Perl>


Carl
 




More information about the Catalyst mailing list