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

The module should be Dealermade::M::Import::Import. Your package
statement might be wrong.

Bye, Uwe


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to