Extensions loading bits of other extensions
Gervase Markham
gerv at mozilla.org
Thu May 26 20:44:10 UTC 2011
http://www.bugzilla.org/docs/3.6/en/html/api/Bugzilla/Extension.html#Libraries
suggests that one extension can load a module from another extension.
In my Extension.pm for extension Foo, I have:
use Bugzilla::Extension::Bar::Module;
and checksetup.pl complains this cannot be found. The file is definitely
in extensions/Bar/lib/Module.pm.
What am I doing wrong? :-) Are the extensions loading in the wrong
order? Can I force an order?
Thanks,
Gerv
_______________________________________________
dev-apps-bugzilla mailing list
dev-apps-bugzilla at lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-apps-bugzilla
More information about the developers
mailing list