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