Re: [perl #41597] [PATCH] replacing explicit access to $^O in Configure

2007-12-01 Thread chromatic
On Saturday 01 December 2007 06:47:23 James Keenan via RT wrote: > I wove what I was doing on this RT into what I was doing in > http://rt.perl.org/rt3/Ticket/Display.html?id=47902 and have submitted > the results in a patch attached to that ticket: > http://rt.perl.org/rt3/Ticket/Attachment/32432

Re: [perl #41597] [PATCH] replacing explicit access to $^O in Configure

2007-11-28 Thread James E Keenan
Bernhard Schmalhofer wrote: James, could you look into this patch and apply it if appropriate? Obviously you are the person that knows best, whether it can be applied right away or needs some fiddling or merging. Yes. In line with my second post in RT 47902, I'm thinking that in step #2

Re: [perl #41597] [PATCH] replacing explicit access to $^O in Configure

2007-11-28 Thread Bernhard Schmalhofer
James Keenan via RT schrieb: (I'm surprised this patch slipped beneath my radar, as it refers to files I've been staring at for months.) This is very consistent with what I've recommended for %Config in http://rt.perl.org/rt3//Public/Bug/Display.html?id=47902, so I recommend this patch be applie

Re: [perl #41597] [PATCH] replacing explicit access to $^O in Configure

2007-11-28 Thread jerry gay
On Nov 10, 2007 3:07 AM, Bernhard Schmalhofer via RT <[EMAIL PROTECTED]> wrote: > On Fr. 23. Feb. 2007, 07:28:38, acalpini wrote: > > this patch adds an 'osname' key to Parrot's own $conf->data, which is > > used in the configure process instead of $^O (and $Config{osname}). > > > > this patch does