[perl #39142] [TODO] pmc2c.pl doesn't allow mixed case groups/pmc filenames.

2008-03-17 Thread James Keenan via RT
On Wed May 17 16:16:42 2006, coke wrote: > I think that's a red herring. I'm not talking about being insensitive > to case, but being completely ignorant of it. pmc2c.pl is *changing > the case* and therefore breaking things. Especially on filesystems > that are case-insensitive (because it l

Re: [perl #39142] [TODO] pmc2c.pl doesn't allow mixed case groups/pmc filenames.

2006-05-17 Thread Will Coleda
I think that's a red herring. I'm not talking about being insensitive to case, but being completely ignorant of it. pmc2c.pl is *changing the case* and therefore breaking things. Especially on filesystems that are case-insensitive (because it lowercases some things, and the insensitive syst

Re: [perl #39142] [TODO] pmc2c.pl doesn't allow mixed case groups/pmc filenames.

2006-05-17 Thread Nicholas Clark
On Mon, May 15, 2006 at 12:49:46PM -0700, Will Coleda wrote: > using a PMC in a file called 'APLVector.pmc' with a group of > 'APL_group' caused build failures on case-sensitive platforms, and > allowed the creation of a .bundle on OSX that then didn't properly > setup the PMCs during 'loadl

[perl #39142] [TODO] pmc2c.pl doesn't allow mixed case groups/pmc filenames.

2006-05-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #39142] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=39142 > using a PMC in a file called 'APLVector.pmc' with a group of 'APL_group' caused build