Bryan C. Warnock" <[EMAIL PROTECTED]> wrote:
> I count 86 violations of 8.3 in the tree.  8.3-friendly doesn't appear to be 
> a concern.

The files themselves don't have to be 8.3; however, they should be unique in

        lc( substr($base,0,8) . '.' . substr($suffix,0,3) )

Under that rule, I make it four:

duplicate: ./include/parrot/register.h -> ./include/parrot/register_funcs.h
duplicate: ./languages/miniperl/Miniperl -> ./languages/miniperl/miniperlc
duplicate: ./t/op/pmc_perlarray.t -> ./t/op/pmc_perlhash.t
duplicate: ./t/op/pmc_perlarray.t -> ./t/op/pmc_perlstring.t

Reply via email to