simple.t revision 7c478bd95313f5f23a4c958a745db2134aa03244
BEGIN {
if( $ENV{PERL_CORE} ) {
chdir 't';
@INC = '../lib';
}
}
use strict;
BEGIN { $| = 1; $^W = 1; }
use Test::Simple tests => 3;
ok(1, 'compile');
ok(1);
ok(1, 'foo');