#! perl

# $Id: /parrot/offline/languages/perl6/t/harness 2362 2006-11-19T02:46:43.384617Z coke  $

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

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