Upgrade to Test-Simple-0.82.
[p5sagit/p5-mst-13.2.git] / lib / Test / Simple / t / simple.t
CommitLineData
ccbd73a4 1# $Id: /mirror/googlecode/test-more/t/simple.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51 $
33459055 2BEGIN {
a9153838 3 if( $ENV{PERL_CORE} ) {
4 chdir 't';
5 @INC = '../lib';
6 }
33459055 7}
8
f0f0b3b6 9use strict;
10
11BEGIN { $| = 1; $^W = 1; }
12
13use Test::Simple tests => 3;
14
15ok(1, 'compile');
16
17ok(1);
18ok(1, 'foo');