Everhart, Glenn
From:	clark@sander.stsci.edu
Sent:	Monday, November 30, 1998 10:45 AM
To:	Info-VAX@Mvb.Saic.Com
Subject:	Re: PERl: MMK-F-CANTUPD in installing LIBNET-1_0605

This fix was posted to the VMS perl group in June.

************
File [LIBNET-1_0605]MAKEFILE.PL;4
   66   if ($^O eq 'VMS') {
   67      system("MCR $^X Configure")
   68   	unless -f $libnet_cfg;
   69    }else{
   70      system($^X, 'Configure')
   71   	unless -f $libnet_cfg;
   72   }
   73   
******
File [LIBNET-1_0605]MAKEFILE.PL;1
   66   system($^X, 'Configure')
   67   	unless -f $libnet_cfg;
   68   
************


Try the 'vmsperl' Mailing List Archive at

http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/

for further hints.

Kerry Clark