20 Sep
2018
20 Sep
'18
9:43 a.m.
On Wed, 19 Sep 2018 16:36:28 +0000 Zahir Lalani <ZahirLalani@oliver.agency> wrote:
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
Whenever I've had a similar problem the issue has been the path. Running as root in a terminal you have one path - your app has another. Though there's only a small chance that it applies in this case. Lyn