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


If you do this after building parrot:

  cd languages/perl6
  make test

This basic test suite will fail.  That's because of this test program:

  t/00-parrot/06-op-inplace.t

It was written before modules could be loaded and manually printed out "ok 
$num" lines, but it did so out of sequence.  This causes Test::Harness to note 
a parse error and report a failure for the test suite, even though all tests 
pass.

I've updated it to "use Test" and output test numbers in sequence without 
altering the semantics of the test.  "make test" in languages/perl6 now passes 
on my MacBook.

Cheers,
Ovid
--
Buy the book         - http://www.oreilly.com/catalog/perlhks/
Tech blog            - http://use.perl.org/~Ovid/journal/
Twitter              - http://twitter.com/OvidPerl
Official Perl 6 Wiki - http://www.perlfoundation.org/perl6

Attachment: perl6tests.patch
Description: Binary data

Reply via email to