On 10/16/07, James E Keenan <[EMAIL PROTECTED]> wrote:
> Joshua Juran wrote:
> > On Oct 16, 2007, at 10:52 AM, Paul Cochrane wrote:
> >
> >> The minimum requirements for filenames should be:
> >>  - Any character in the set: a-zA-Z0-9,.-_
> >>  - Should we make a rule about multiple dots?
> >>  - Should there be a maximum length?  1024 chars?  100 chars?  12 chars?
> >
> > I would like to see a maximum no greater than 31 characters, for
> > compatibility with traditional Mac OS.
> >
>
> I'm not necessarily in agreement with this, but I wonder whether you
> could you run a 'find' over the Parrot distribution and provide us with
> a list of files that are >32 characters.
>
> BTW, are we planning to support pre-OS X Mac?
>

find . | perl -nle 'print if m{.*/(.*)} && length $1 > 31'
./docs/dev/pmc_object_design_meeting_notes.pod
./t/configure/010-verbose_step_number_not_called.t

Shawn

P.S. I will learn how to click Reply to All. I will learn how to click
Reply to All.

Reply via email to