On Jun 19, 2006, at 2:46 PM, Ken Williams wrote:
On Jun 15, 2006, at 8:53 PM, Ken Williams wrote:
Ralph, could you send me the output of this command on your system?
perl -le 'print for @INC'
Or in the absence of a reply from Ralph, could anyone else give me
that output on a machine with this problem?
So, Ralph replied with his @INC, and it really doesn't look that
bad. Only 28 entries and all of them look legit. So I think the
problem has some other cause that we don't know about yet, and is
probably unrelated to @INC.
Ralph, if you run:
perl Build test --test_files t/compat.t --verbose 1
you should see line 199 in Compat.pm print out something like:
# running Build.PL @args
That output would be nice to see when it fails. Maybe just mail us
the whole output from the above command?
-Ken