#! perl

# $Id: /mirror/trunk/languages/perl6/t/harness 15632 2006-11-14T03:52:40.435735Z pmichaud  $

use FindBin;
use lib qw( . lib ../lib ../../lib ../../lib );
use Parrot::Test::Harness language => 'perl6', compiler => 'perl6-orig.pbc';

# Set up PERL6LIB environment path so the "use" tests can find libraries
$ENV{PERL6LIB} = "$Bin/01-sanity";
