[dancer-users] extends issue
Lyn St George
lyn at zolotek.net
Thu Sep 20 10:43:25 BST 2018
On Wed, 19 Sep 2018 16:36:28 +0000
Zahir Lalani <ZahirLalani at 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
More information about the dancer-users
mailing list