The quoting wasn't quite right in my patch to 9359. This fixes it and makes all the extensions find Config.pm happily during the build. BTW, cwd.t and xs-typemap.t will require some porting work I haven't had a chance to do yet. --- lib/ExtUtils/MM_VMS.pm;-0 Wed Mar 28 11:08:39 2001 +++ lib/ExtUtils/MM_VMS.pm Wed Mar 28 17:15:09 2001 @@ -1389,7 +1389,7 @@ push @m, qq[POD2MAN_EXE = $pod2man_exe\n], q[POD2MAN = $(PERL) -we "%m=@ARGV;for (keys %m){" - --e "system(""MCR $^X "-I$(PERL_ARCHLIB)" "-I$(PERL_LIB)" $(POD2MAN_EXE) $_ >$m{$_}"");}" +-e "system(qq/MCR $^X ""-I$(PERL_ARCHLIB)"" ""-I$(PERL_LIB)"" $(POD2MAN_EXE) $_ >$m{$_}/);}" ]; push @m, "\nmanifypods : \$(MAN1PODS) \$(MAN3PODS)\n"; if (%{$self->{MAN1PODS}} || %{$self->{MAN3PODS}}) { [end of patch] _______________________________________________ Craig A. Berry mailto:craig.berry@SignalTreeSolutions.comThread Next