> > export PERL5LIB=<Bugzilla installation dir>/lib

This works, and is inappropriate.


> http://perldoc.perl.org/lib.html#Adding-directories-to-%40INC

This link from Thorsten shows that 'use lib' is the way to go.


> unshift @INC, $self->installation_directory() . "/lib";

Marcel, can I ask you to REMOVE the export and instead try solving this
inside Bugzilla.pm.in with some form of "use lib"?


Unless this is solved inside Bugzilla.pm.in, it will not be
appropriately fixed. The scmbug daemon cannot be shipped with an export
PERL5LIB=Bugzilla_directory hardcoded in the rc script.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to