EBCDICification.
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / t / Big-Fat-Dummy / t / compile.t
CommitLineData
f6d6199c 1BEGIN {
2 @INC = '../lib/ExtUtils/t/Big-Fat-Dummy/lib'
3}
4
5print "1..2\n";
6
7print eval "use Big::Fat::Dummy; 1;" ? "ok 1\n" : "not ok 1\n";
8print "ok 2 - TEST_VERBOSE\n";