Re: Bizarre: MakeMaker won't install itself

2002-04-22 Thread Ken Williams
On Monday, April 22, 2002, at 02:47 PM, Michael G Schwern wrote: record type=brokenCan I see your Makefile?/record From what you say on IRC it sounds like you don't need it after all, but for thread completion here's a relevant excerpt:

Re: Prefixification and VMS

2002-04-22 Thread Craig A. Berry
At 12:24 AM 4/22/2002 -0400, Michael G Schwern wrote: I've got something to test. I've overriden prefixify() in MM_VMS but managed to leave init_INSTALL() as is. PREFIX should now work on VMS. Grab a snapshot from makemaker.org. OK, here are the initial problems. There is still whitespace

Re: Prefixification and VMS

2002-04-22 Thread Michael G Schwern
On Mon, Apr 22, 2002 at 12:33:34PM -0500, Craig A. Berry wrote: At 12:24 AM 4/22/2002 -0400, Michael G Schwern wrote: I've got something to test. I've overriden prefixify() in MM_VMS but managed to leave init_INSTALL() as is. PREFIX should now work on VMS. Grab a snapshot from

Re: Prefixification and VMS

2002-04-22 Thread Brad Hughes
Michael G Schwern wrote: On Mon, Apr 22, 2002 at 12:33:34PM -0500, Craig A. Berry wrote: [...] OK, here are the initial problems. There is still whitespace inserted between the prefixes and their colons -- something splits on word boundaries? PREFIX = perl_root : SITEPREFIX = perl_root :

Re: Prefixification and VMS

2002-04-22 Thread Craig A. Berry
At 03:31 PM 4/22/2002 -0700, Brad Hughes wrote: Michael G Schwern wrote: On Mon, Apr 22, 2002 at 12:33:34PM -0500, Craig A. Berry wrote: [...] OK, here are the initial problems. There is still whitespace inserted between the prefixes and their colons -- something splits on word boundaries?

Re: Prefixification and VMS

2002-04-22 Thread Craig A. Berry
At 9:17 PM -0400 4/22/02, Michael G Schwern wrote: Think this should do it. [added /m to regex] Nope. I think you need something more like the following. At least it works for me: --- lib/ExtUtils/MM_VMS.pm;-0 Tue Apr 23 01:36:06 2002 +++ lib/ExtUtils/MM_VMS.pm Tue Apr 23 01:49:09 2002