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


Several tests (mostly codingstd) are failing for the new mutable PMC
and related files:

#   Failed test 'Pod syntax correct'
#   at t/doc/pod.t line 92.
#          got:
'/home/andrew/Projects/Parrot/languages/perl6/src/pmc/mutable.pmc.template'
#     expected: ''
# You should use podchecker to check the failed files.
# Looks like you failed 1 test of 1.

#   Failed test 'Copyright statement exists'
#   at t/codingstd/copyright.t line 74.
# No copyright statement found in 1 files:
# /home/andrew/Projects/Parrot/languages/perl6/build/gen_mutable_pmc.pl
# The copyright statement should read something like:
#   Copyright (C) C<start-year>-2008, The Perl Foundation.
# To find the C<start-year>, use a command such as:
#   svn log C<filename> | grep 'lines' | tail -n 1
# Looks like you failed 1 test of 2.

#   Failed test 'No multi-dot filenames'
#   at t/codingstd/filenames.t line 87.
# Multi-dot filename found in 1 files:
# languages/perl6/src/pmc/mutable.pmc.template
# Looks like you failed 1 test of 3.

#   Failed test 'Id keyword line exists'
#   at t/codingstd/svn_id.t line 65.
# No Id keyword line found in 1 files:
# /home/andrew/Projects/Parrot/languages/perl6/build/gen_mutable_pmc.pl
# Looks like you failed 1 test of 1.

--Andrew Whitworth

Reply via email to