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