On Mon, Jul 24, 2006 at 01:39:15PM -0400, John Peacock wrote: > C) The Makefile.PL that now ships with version.pm deletes the test > object file prior to writing the Makefile: > > map { unlink $_ if -f $_ } ('test.c','test.o');
Surely that should be "test$Config{obj_ext}" else it's not going to work on VMS (and possibly elsewhere. Nicholas Clark