I'm having some issues using Rose::DB from within the catalyst
framework.
I load the modules using a PerlSwitches directive in
my /etc/apache2/apache.conf:
PerlSwitches -I/var/www/Dealermade/lib/Dealermade/M
My Rose::DB structure is simple (I've watered it down to get to the
problem)
[EMAIL PRO
A conversation that I recently had with mst on catalyst pertaining to
Rose::DB submitted for archival purposes only.
A good keyword for this problem would be Module::Pluggable::Fast, as
many of the complains centered around that, and misc other things be
overwritten.
15:52 < ECarroll> alright i g
> Now the problem is kind of easy, with a script test script as follows,
> placed in /var/www/Dealermade/lib/Dealermade/M, that consists of:
>
> use Data::Dumper;
> use Import::Import;
> foreach my $import ( @{ Import::Manager->get_imports() } ) {
> print $import->file;
> }
> Is this a namespa