On Mon, 2010-10-25 at 11:42 +0200, Thorsten Schöning wrote:
> There was a problem in SCMBug which didn't add the lib-path of
> Bugzilla to the includes of Perl, but this bug should be resolved in
> the most recent version of SCMBug. Don't know exactyl which one, but
> there's a newer than .0.26.19 which you use.

I recall a patch trying to add to @INC some lib-??? (I forget) directory
within Bugzilla, but that line of code lacked an explanation so I did
not merge it. The following is there though:

 if ($self->is_version_up_to_3_4() || $self->is_version_latest()) {
        unshift @INC, $self->installation_directory() . "/lib";
    }

Is there another /libxxx directory in there?

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