# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #27243] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=27243 >
Changes 2 lines (marked ** below) in t\harness to correct errors in the POD and
usage messages.
T:\t>perldoc -t ./harness
NAME
t/harness - Parrot Test Harness
SYNOPSIS
% perl t/harness [options] [testfiles]
DESCRIPTION
Command-line options are:
"-w"
Turn warnings on.
"-g"
Run the "CGoto" core.
"-j"
Run with JIT enabled.
"-P"
Run the "Prederef" core.
** "-P" (sic)
Run the "CGP" core.
"-S"
Run Switched.
"-b"
Run bounds checking enabled.
"-d"
Run with debugging enabled.
"-r"
assemble to Parrot bytecode and then run the bytecode.
"-O[012]"
Run optimized to the specified level.
HISTORY
Mike Lambert stole t/harness for languages/perl6/t/harness.
Leo Toetsch stole languages/perl6/t/harness for imcc/t/harness.
Bernhard Schmalhofer merged imcc/t/harness back into t/harness.
T:\t>perl harness -?
perl t/harness [options] [testfiles]
-w ... warnings on
-g ... run CGoto
-j ... run JIT
-P ... run Prederef
** -P ... run CGP
-S ... run Switched
-b ... run bounds checked
-v ... run verbose
-d ... run debug
-r ... assemble to PBC run PBC
-O[012] optimize
bin00000.bin
Description: Binary data
