[RDBO] Problem with Catalyst and Rose::DB

2006-06-23 Thread Evan Carroll
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

[RDBO] Rose::DB and catalyst.

2006-06-23 Thread Evan Carroll
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

Re: [RDBO] Problem with Catalyst and Rose::DB

2006-06-23 Thread Uwe Voelker
> 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