<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



_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to