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


Currently 'perl6' is not in unified languages testing.
This is because the tests are written in Perl 5, not in Perl 5.

"cd languages/perl6 ; make test" works because Parrot::Test::Harness sets
$ENV{HARNESS_PERL} before running Test::Harness::runtests().

Is there a hook in Test::Harness::runtests() that can be used for setting
HARNESS_PERL dynamically? If not Test::Harness::runtests() probably needs
to be overloaded.

Takers welcome.

Reply via email to