Is there some reason that all of the lib/glob*.t tests have had their startup code look for "File/Glob" in $Config{'extensions'} ? The extensions string has File::Glob, and the result is that the lib/glob* tests are all skipped. I'd *guess* that either someone slipped with a text editor, replacing :: with /, or that the form of the $Config{'extensions'} has changed and we haven't picked up on in in MM_VMS.PM. Any ideas?