At 03:20 PM 5/10/2002 +0200, Andreas Marcel Riechert wrote: >I do not have ClearCase installed and get the same correct message as >you when runing "make test" on linux i686. So its definitly not a >"typical" linux problem.
At this point I think it's likely the problem was caused by the fact that I modified the code to say "require Argv 1.09" but forgot to update PREREQ_PM in Makefile.PL to say the same thing. So CPANPLUS didn't know about the new dependency but learned about it at runtime. There's still the issue of the bogus error message "Argv does not define $Argv::VERSION". It should have said something like "Argv version 1.09 required--this is only version 1.07 at ClearCase/Argv.pm line 5". -David Boyce
