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
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
participants (2)
-
Lyn St George -
Zahir Lalani