On 5/25/07, Carl Johnstone <[EMAIL PROTECTED]> wrote:

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


In this configuration, that is the directory that holds the start of the
module hierarchy. Bylines.pm is there, as are the Model, View and Controller
directories.

What continues to vex me, is that when I load the modules from one location,
everything loads and runs fine (my db problem has magically gone away,
even). But when I install them outside of the site_perl root, Catalyst tries
to explicitly load Bylines::Model::DB::Users, when ::DB::Users is a
plugged-in class from DBIC, that was created from Bylines::Model::DB being a
subclass of Catalyst::Model::DBIC::Schema and being configured with
schema_class.

Randy
--
Randy J. Ray / [EMAIL PROTECTED]
Campbell, CA
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to