Hi all

 

Have a very odd problem.

 

We are extending a class but getting this error when running from dancer as a web app:

 

Can't locate package jobs::dom::job_base_dom for @job_dom::ISA

 

If we mimic the same setup in a command line app, it works fine.

 

We are doing

 

extends ‘jobs::dom::job_base_dom’;

 

Any ideas about what this means?

 

 

Z