"John E. Malmberg" <[EMAIL PROTECTED]> wrote: > The test lib/Extutils/t/Command.t is now failing on VMS because the > result of (-f $Testfile) is undef, and the undef value does not seem to > be making it through the to the cmp_ok routine. > > The failure message is: > > Use of uninitialized value $expect in numeric eq (==) at > [-.lib.Extutils.t]command.t;1 line 61, <> line 576.
If I understand correctly that's only a warning, not a full-fledged failure. It happens also on other platforms. Waiting for a fix from Michael...