On Tue, 2002-01-22 at 13:58, Bruce Albrecht wrote:
> I'm trying to set up a test of UserLogin-0.6.2, and register,
> edit_session, and edit_user all fail with
>
> error in file:
> /usr/local/mason/obj/ihug/edit_session.mason
>
> line 15:
> Global symbol "$session" requires explicit package name
> line 27:
> Global symbol "$sys" requires explicit package name
>
>
> The line numbers may be different for edit_user.mason. According to
> the Changes notes, there shouldn't be a need for these symbols to be
> global any more. Is there something I'm doing wrong, or are these
> files out of date?
>
I've been having problems intermittently with this. Your best bet by
far is to edit the Mason configuration and use AllowGlobals with those
two vars. The problem being that they are not set up as global vars. I
had thought I got around that in 0.6.2, but it is obvious I did not :(
--John Keiser
|