Re: Prefixification and VMS

2002-04-23 Thread Craig A. Berry
At 5:33 PM +1000 4/23/02, Ken Williams wrote: On Tuesday, April 23, 2002, at 03:55 PM, Craig A. Berry wrote: 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: You

Re: Prefixification and VMS

2002-04-23 Thread Michael G Schwern
On Tue, Apr 23, 2002 at 12:55:27AM -0500, Craig A. Berry wrote: Nope. I think you need something more like the following. At least it works for me: Ok, I'll take your word on that. In. --- lib/ExtUtils/MM_VMS.pm;-0 Tue Apr 23 01:36:06 2002 +++ lib/ExtUtils/MM_VMS.pm Tue Apr 23

Re: Prefixification and VMS

2002-04-23 Thread Craig A. Berry
At 10:30 AM 4/23/2002 -0400, Michael G Schwern wrote: On Tue, Apr 23, 2002 at 12:55:27AM -0500, Craig A. Berry wrote: Nope. I think you need something more like the following. At least it works for me: Ok, I'll take your word on that. In. Actually yours works if I don't leave off the

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

Re: Prefixification and VMS

2002-04-20 Thread Craig A. Berry
At 1:05 AM -0400 4/20/02, Michael G Schwern wrote: So here's the list o' obstacles to proper prefixifying on VMS. - Obviously, you can't just concatenate paths. True, and the very name prefix suggests that you can. What we really mean by prefix on VMS is a device and directory spec that can be

Re: Prefixification and VMS

2002-04-20 Thread Michael G Schwern
On Sat, Apr 20, 2002 at 11:05:05AM -0500, Craig A. Berry wrote: At 1:05 AM -0400 4/20/02, Michael G Schwern wrote: So here's the list o' obstacles to proper prefixifying on VMS. - Obviously, you can't just concatenate paths. True, and the very name prefix suggests that you can. What we