Hi Michal, thanks for looking more into this.

On Sat, 2010-06-19 at 09:30 +0200, Michal Kašpar wrote:

> So I tried to delete the arch specific line and changed
>     if ($self->is_version_latest()) {
>         unshift @INC, $self->installation_directory() . "/lib";
>     }
> 
> to
>     if ($self->is_version_latest()) {
>         use lib qw(my_path_to_bugzilla/lib);
>     }
> 
> and it started to work. But if I tried to switch the constant in use lib

This suggests that "use lib" is the way to go.

> Well. I didn't notice /lib directory inclusion was added since I made
> this patch and if I delete the line from my patch, it works still just
> fine.

And this suggests that it's not.

Justin, could you try this ?

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