1b39c5158Smillert#!/usr/bin/perl -wT 2b39c5158Smillert 3b39c5158SmillertBEGIN { 4b39c5158Smillert unshift @INC, 't/lib'; 5*898184e3Ssthen unshift @INC, '../../lib' if $ENV{PERL_CORE}; 6b39c5158Smillert} 7b39c5158Smillert 8b39c5158Smillertuse Test::More tests => 1; 9b39c5158Smillert 10*898184e3Ssthenok 1, 'source'; 11