On Mon, 10 May 2004, Steve Fink wrote:

>   use File::Basename qw(dirname);
>   use lib dirname($INC{"P6C/Parser.pm"})."/../../../../lib";

I had already tried that, and it doesn't seem to work. I guess it is some
timing issue:  $INC{"P6C/Parser.pm"} gets defined after P6C::Parser.pm is
loaded (I think).

>
> Just make sure
>
>   cd t; perl parser/foo.t
>
> works too.
>

It doesn't yet :( We do need a clean solution.

--abhijit

Reply via email to