# New Ticket Created by  James Keenan 
# Please include the string:  [perl #58032]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58032 >


We appear to have a coding standard which limits us to 32 characters  
in a file's basename.  This particular test file has 33 characters.

not ok 3 - Filenames length

#   Failed test 'Filenames length'
#   at t/codingstd/filenames.t line 101.
# Filename with with more than 32 chars found in 1 files:
# languages/perl6/t/pmc/perl6multisub-dispatch-tiebreak.t:33 chars


Jonathan:  Perhaps you could delete the 'perl6' at the beginning of  
the basenames of these 4 files:

languages/perl6/t/pmc/perl6multisub-basic.t
languages/perl6/t/pmc/perl6multisub-dispatch-arity.t
languages/perl6/t/pmc/perl6multisub-dispatch-tiebreak.t
languages/perl6/t/pmc/perl6multisub-dispatch-type.t

'perl6' is already contained in the pathname, so having it in the  
basename is superfluous.

Thank you very much.
kid51

Reply via email to